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 network |
... |
additional arguments for the |
Details
S3 method for class "GNARnet".
Examples
#Plot fiveNet
plot(fiveNet)
[Package GNAR version 1.1.3 Index]