Learn R Programming

qrage (version 1.0)

Tools that Create D3 JavaScript Force Directed Graph from R

Description

Tools that create D3 JavaScript force directed graph from R. D3 JavaScript was created by Michael Bostock. See http://d3js.org/ and, more specifically for Force Directed Graph https://github.com/mbostock/d3/wiki/Force-Layout.

Copy Link

Version

Install

install.packages('qrage')

Monthly Downloads

12

Version

1.0

License

MIT + file LICENSE

Maintainer

Shingo Yamamoto gloops Inc

Last Published

July 27th, 2015

Functions in qrage (1.0)

qrage-package

Tools that Create D3 JavaScript Force Directed Graph from R
nodeValues

A data that determine the relative size of each nodes.
nodeColor

A data that determine the color of each nodes
qrage

Create a D3 JavaScript Force Directed Graph
qrageOutput

Create a D3 JavaScript Force Directed Graph output element
links

A data of the links between the nodes
renderQrage

Force Directed Graph Output with the JavaScript