Plot function for GNAR networks
Plots a GNAR network using the 'igraph' package.
## S3 method for class 'GNARnet' plot(x, ...)
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 .S3 method for class "GNARnet".
#Plot fiveNet plot(fiveNet)
Useful links