File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -907,7 +907,7 @@ allmodelsimreac <- reactive({
907907})
908908
909909# Currently, the reactive statements that control the sizing/coloring/legend in
910- # thesimulation plots use the attributes from the original network as a point
910+ # the simulation plots use the attributes from the original network as a point
911911# of reference. If the method for simulating networks changes from applying the
912912# same distribution of attributes, these `get.vertex.attribute` commands for
913913# `minsize` and `maxsize` would also need to change.
@@ -1296,7 +1296,7 @@ output$attr2 <- renderPrint({
12961296output $ dynamiccolor <- renderUI({
12971297 selectInput(' colorby' ,
12981298 label = ' Color nodes according to:' ,
1299- c(' None' = 2 , attrib ()))
1299+ c(' None' = 2 , menuattr ()))
13001300})
13011301outputOptions(output ,' dynamiccolor' , suspendWhenHidden = FALSE , priority = 10 )
13021302
You can’t perform that action at this time.
0 commit comments