networkD3
networkD3 copied to clipboard
D3 JavaScript Network Graphs from R
First let me say that networkD3 is awesome and saving me a ton of time. Second, I was wondering if there is a way to assign multiple group columns through...
Can a node execute a detail query to add more nodes from elsewhere via Ajax back to R via shiny? Looks like we have to load all nodes and edges...
In Shiny we have `splitLayout()` function that puts multiple plots side by side and takes `style=` argument, e.g.: ``` R splitLayout( style = "border: 1px solid silver;", cellWidths = 300,...
Semantic zooming, versus geometric zooming, may better serve the intended purpose of zooming for these network graphs. I propose to implement it, and either set it as default or allow...
This is a minimal working implementation of the hive plot (http://www.hiveplot.net/) largely adapted from code by Mike Bostock found here (https://gist.github.com/mbostock/2066415). Currently maps nodes to 3 axes by identifying sources,...
Feature request, see arcdiagram at: http://gastonsanchez.com/software/
- [ ] 1. there's no mention of `chordNetwork()` - [ ] 2. maybe "Radial networks with radialNetwork" should be changed to "Tree networks with diagonalNetwork and radialNetwork"
Hi Christopher, I suggest to modify sankeyNetwork function by adding a new field (NodeDesc) into Nodes data frame, which contains description of the node, so that on mouse hover-over the...