Statnet-Summer-Project / ndtv-shiny

R-Shiny interface for ndtv package
GNU General Public License v3.0
1 stars 5 forks source link

needs a way to specify plot.network arguments (via ...) #7

Open skyebend opened 10 years ago

skyebend commented 10 years ago

The arguments that users are most likely going to want to use (i.e. vertex.cex=0.8, vertex.col='blue') are not visible in the UI. Normally these are passed to plot.network via the ... argument. But If I try to modify the ... argument I get "input value is invalid" argument.

kecoli commented 10 years ago

Yep, I am working on this.