d3Network
d3Network copied to clipboard
Tools for creating D3 JavaScript network graphs from R.
I currently use d3Network (which is outstanding) because i have tried and failed downloading networkD3 from Github (Windows and firewalls). Any idea when you plan on releasing networkD3 to CRAN?...
Hi - thanks for this package, tried with shiny and works well! the `parentElement` parameter currently doesn't work with `d3Sankey()` because of following references to "chart" in `templates.R`: `#chart {...
Another feature that would be helpful.
Hi, Is it possible to change the size of each node based on a vector as a parameter? I haven't found anything in document or stackoverflow... Thanks.
When I run the d3Network package I get the below scrolling html in the console vice a webpage with the network depicted. The sample is directly off of the d3Network...
I have a dense network, and when my mouse hovers over nodes, the label is sometimes obstructed by other nodes. I would love it if the text was 'on top...
It would be nice if this package could produce charts from igraph package objects. I might start writing some conversion functions for contribution if you think its worth it...
Add capabilities for [curved force links](http://bl.ocks.org/mbostock/4600693).
Highlight node edges when a node is hovered over (as already done with `d3Sankey`). Thanks to @justmytwopence for the suggestion.
Include the option to create force-collapsible graphs: http://mbostock.github.io/d3/talk/20111116/force-collapsible.html