Learn R Programming

GNAR (version 1.0)

plot.GNARnet: Plot function for GNAR networks

Description

Plots a GNAR network using the 'igraph' package.

Usage

# S3 method for 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

Run this code
# NOT RUN {
#Plot fiveNet
plot(fiveNet)
# }

Run the code above in your browser using DataLab