plot.GNARnet: Plot function for GNAR networks

View source: R/plot.GNARnet.R

plot.GNARnetR 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)

GNAR documentation built on April 28, 2023, 1:12 a.m.

Related to plot.GNARnet in GNAR...