qrageOutput: Create a D3 JavaScript Force Directed Graph output element

Description Usage Arguments Examples

View source: R/qrage.R

Description

Render a renderQrage within an application page. 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.

Usage

1
qrageOutput(outputId,width='100%',height='400px')

Arguments

outputId

output variable to read the graph object from

width

Width for the graph area in pixels. Defaults to '100%'.

height

Height for the graph area in pixels. Defaults to 400px.

Examples

1
qrageOutput("d",width='100%',height='400px')

qrage documentation built on May 2, 2019, 12:21 p.m.