plotForce: plotForce

Description Usage Arguments Details Value Author(s) Examples

Description

Given an edgelist plots a network using forceNetwork from networkD3

Usage

1
plotForce(data, vertices = c("One", "Two"))

Arguments

data

An edgelist in data.frame form

vertices

Name of edge columns

Details

Given an edgelist plots a network using forceNetwork from networkD3

Value

A forceNetwork object

Author(s)

Jared P. Lander

Examples

1
2
3
4
## Not run: 
plotForce(textExtract)

## End(Not run)

jaredlander/TextInfo documentation built on May 18, 2019, 3:46 p.m.