plot.GNARnet function

Plot function for GNAR networks

Plot function for GNAR networks

Plots a GNAR network using the 'igraph' package.

## 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)
  • Maintainer: Matt Nunes
  • License: GPL-2
  • Last published: 2024-10-02

Useful links