Learn R Programming

GNAR (version 1.0)

summary.GNARnet: Summary function for GNAR networks

Description

Prints brief information about a GNAR network.

Usage

# S3 method for GNARnet
summary(object, ...)

Arguments

object

the networkGNARnet object associated with the time series, containing a list with entries $edges and $dist.

...

additional arguments, unused here.

Details

S3 method for class "GNARnet".

Examples

Run this code
# NOT RUN {
#print fiveNet summary information
summary(fiveNet)
# }

Run the code above in your browser using DataLab