README.md

d3 Radial Networks with a UI!

Based on Wm Leler's radial network, this R htmlwidget provides a highly interactive radial network with a UI for zoom, collapse, and search. For more details, see the BuildingWidgets post Week 21 | radialNetwork.

Example

#devtools::install_github("timelyportfolio/radialNetworkR")

library(radialNetworkR)

radialNetwork(
 jsonlite::fromJSON( 
  paste0(
    readLines(
      "https://gist.githubusercontent.com/mbostock/1093025/raw/a05a94858375bd0ae023f6950a2b13fac5127637/flare.json"
    )
    ,collapse = "\n"
  ),
  simplifyDataFrame=FALSE
 )
)

screenshot of radial network with flare



timelyportfolio/radialNetworkR documentation built on May 31, 2019, 2:01 p.m.