print.network {SeqNet} | R Documentation |
Print function for 'network' object.
## S3 method for class 'network'
print(x, ...)
x |
A 'network' object. |
... |
Additional arguments are ignored. |
Prints a summary of the module.
nw <- random_network(10)
nw
print(nw)