print.network {SeqNet}R Documentation

Print function for 'network' object.

Description

Print function for 'network' object.

Usage

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

Arguments

x

A 'network' object.

...

Additional arguments are ignored.

Value

Prints a summary of the module.

Examples

nw <- random_network(10)
nw
print(nw)

[Package SeqNet version 1.1.3 Index]