Learn R Programming

GNAR (version 1.0)

print.GNARnet: Print function for GNAR networks

Description

Prints information about a GNAR network.

Usage

# S3 method for GNARnet
print(x, ...)

Arguments

x

the network GNARnet 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 information
print(fiveNet)
# }

Run the code above in your browser using DataLab