Learn R Programming

SeqNet (version 1.1.3)

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

Description

Print function for 'network' object.

Usage

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

Arguments

x

A 'network' object.

...

Additional arguments are ignored.

Value

Prints a summary of the module.

Examples

Run this code
# NOT RUN {
nw <- random_network(10)
nw
print(nw)
# }

Run the code above in your browser using DataLab