Learn R Programming

SeqNet (version 1.1.3)

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

Description

Print function for 'network_module' object.

Usage

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

Arguments

x

A 'network_module' object.

...

Additional arguments are ignored.

Value

Prints a summary of the module.

Examples

Run this code
# NOT RUN {
module <- random_module(1:10)
module
print(module)
# }

Run the code above in your browser using DataLab