Learn R Programming

d3Network (version 0.5.2.1)

Tools for creating D3 JavaScript network, tree, dendrogram, and Sankey graphs from R

Description

This packages is intended to make it easy to create D3 JavaScript network, tree, dendrogram, and Sankey graphs from R using data frames. !!! NOTE: Active development has moved to the networkD3 package. !!!

Copy Link

Version

Install

install.packages('d3Network')

Monthly Downloads

410

Version

0.5.2.1

License

GPL (>= 3)

Last Published

January 31st, 2015

Functions in d3Network (0.5.2.1)

MisNodes

A data file of nodes from Knuth's Les Miserables characters data base.
energy

JSON data file of a projection of UK energy production and consumption in 2050.
d3Tree

Creates a D3 JavaScript Reingold-Tilford Tree network graph.
MisLinks

A data file of links from Knuth's Les Miserables characters data base.
d3ForceNetwork

Create a D3 JavaScript force directed network graph.
d3SimpleNetwork

Function for creating simple D3 JavaScript force directed network graphs.
d3Network

Function for creating simple D3 JavaScript force directed network graphs. DEPRICATED, USE d3SimpleNetwork
flare

JSON data file of the Flare class hierarchy.
d3ClusterDendro

Create a D3 JavaScript Cluster Dendrogram graphs.
JSONtoDF

Read a link-node structured JSON file into R as two data frames.
d3Sankey

Create a D3 JavaScript Sankey diagram