plot.tw_Class_graph: Plots a network using D3js

Description Usage Arguments Value

View source: R/methods.R

Description

Plots a network using D3js

Usage

1
2
3
## S3 method for class 'tw_Class_graph'
plot(x, y = NULL, nodelabel = "name",
  opacity = 0.9, opacityNoHover = 0.5, legend = TRUE, ...)

Arguments

x

A tw_Class_graph object (see tw_network())

y

Ignored

nodelabel

Name of the column that containts the name

opacity

See forceNetwork()

opacityNoHover

Idem

legend

Whether to include a legend or not

...

Further arguments to pass to forceNetwork

Value

A D3js graph


gvegayon/twitterreport documentation built on May 17, 2019, 9:30 a.m.