We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80ba2e commit cfbad06Copy full SHA for cfbad06
1 file changed
server.R
@@ -616,7 +616,7 @@ nodesize <- reactive({
616
minsize <- min(get.vertex.attribute(nw_var,input$sizeby))
617
maxsize <- max(get.vertex.attribute(nw_var,input$sizeby))
618
if (input$sizeby == '1'){
619
- size = 1.2
+ size = 1
620
} else if (input$sizeby == 'Betweenness'){
621
minsize <- min(nodebetw())
622
maxsize <- max(nodebetw())
@@ -791,7 +791,7 @@ nodesize2 <- reactive({
791
nw_var <- nw()
792
#scale size of nodes onto range between .7 and 3.5
793
if (input$sizeby2 == '1'){
794
795
} else if (input$sizeby2 == "Betweenness"){
796
minsize <- min(nodebetw2())
797
maxsize <- max(nodebetw2())
0 commit comments