plot.GNARnet {GNAR}R Documentation

Plot function for GNAR networks

Description

Plots a GNAR network using the 'igraph' package.

Usage

## 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

#Plot fiveNet
plot(fiveNet)

[Package GNAR version 1.1.3 Index]