d3hive: htmlwidget for d3.js hive plots

Description Usage Arguments Examples

Description

Tame your network hairball with hive plots. For more on hive plots, see the Martin Krzywinski's hive plot site.

Usage

1
2
d3hive(data = NULL, innerRadius = NULL, outerRadius = NULL,
  width = NULL, height = NULL)

Arguments

data

HivePlotData object

innerRadius

integer in px for the inner radius of the hive plot. The default is square root(height) * 2.

outerRadius

integer in px for the outer radius of the hive plot. The default is 0.9 * height/2.

width

a valid CSS size for the width of the container

height

a valid CSS size for the height of the container

Examples

1
2
3
4
5
6
7
## Not run: 
library(HiveR)
library(d3hiveR)

d3hive( ranHiveData( nx = 5, ne = 1000) )

## End(Not run)

timelyportfolio/d3hiveR documentation built on May 31, 2019, 1:49 p.m.