print.network: Print function for 'network' object.

Description Usage Arguments Value Examples

View source: R/networks.R

Description

Print function for 'network' object.

Usage

1
2
## S3 method for class 'network'
print(x, ...)

Arguments

x

A 'network' object.

...

Additional arguments are ignored.

Value

Prints a summary of the module.

Examples

1
2
3
nw <- random_network(10)
nw
print(nw)

tgrimes/SeqNet documentation built on Sept. 1, 2020, 7:50 a.m.