Skip to content

timelyportfolio/radialNetworkR

Repository files navigation

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

About

R htmlwidget for Interactive (Searchable, Zoomable, Collapsible) d3 radial network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages