plot.GNARnet: Plot function for GNAR networks

Description Usage Arguments Details Examples

View source: R/plot.GNARnet.R

Description

Plots a GNAR network using the 'igraph' package.

Usage

1
2
## S3 method for class 'GNARnet'
plot(x, ...)

Arguments

x

the networkGNARnet object associated with the time series, containing a list with entries $edges and $dist.

...

additional arguments for the igraph plotting function, see plot.igraph.

Details

S3 method for class "GNARnet".

Examples

1
2
#Plot fiveNet
plot(fiveNet)

nunesmatt/GNAR documentation built on Oct. 29, 2019, 4:25 p.m.