print.network_module {SeqNet} | R Documentation |
Print function for 'network_module' object.
Description
Print function for 'network_module' object.
Usage
## S3 method for class 'network_module'
print(x, ...)
Arguments
x |
A 'network_module' object. |
... |
Additional arguments are ignored. |
Value
Prints a summary of the module.
Examples
module <- random_module(1:10)
module
print(module)
[Package SeqNet version 1.1.3 Index]