mbojan / d3net

Shiny application for interactive network data visualization and exploration
7 stars 2 forks source link

Javascript generation as a separate function #18

Open mbojan opened 9 years ago

mbojan commented 9 years ago

Put static network picture generation (javascript output) as a separate function. This will enable to embed network pictures in third-party applications

mbojan commented 9 years ago

What we would like is something like `igraph::plot.igraph`` but that will open the browser and show the network using D3 without shiny interface. All visualization settings (node/edge colors, widths etc.) should be passable from R.