Skip to content

Commit ccb93ac

Browse files
committed
typofix, network plot color fix
1 parent 3ce9546 commit ccb93ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inst/shiny/statnetWeb/server.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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({
12961296
output$dynamiccolor <- renderUI({
12971297
selectInput('colorby',
12981298
label = 'Color nodes according to:',
1299-
c('None' = 2, attrib()))
1299+
c('None' = 2, menuattr()))
13001300
})
13011301
outputOptions(output,'dynamiccolor', suspendWhenHidden=FALSE, priority=10)
13021302

0 commit comments

Comments
 (0)