force_network: Create an interactive force network plot in a htmlwidget

View source: R/force_network.R

force_networkR Documentation

Create an interactive force network plot in a htmlwidget

Description

The force_network function creates an interactive force network plot in a htmlwidget

Usage

force_network(data, width = NULL, height = NULL, ..., viewer = "internal")

Arguments

data

a tree network description in one of numerous forms (see details)

width, height

width and height of exported htmlwidget in pixels (single integer value; default == NULL)

...

other options (see details)

viewer

whether to view the plot in the internal viewer or browser


cjyetman/network.r2d3 documentation built on Aug. 9, 2024, 10:38 p.m.