plot.network_module {SeqNet} | R Documentation |
Plot function for 'network_module' object.
Description
Plot function for 'network_module' object.
Usage
## S3 method for class 'network_module'
plot(x, ...)
Arguments
x |
A 'network_module' object. |
... |
Additional arguments passed to |
Value
Creates a plot of the module and returns a graph object.
See plot_network
for details.
Examples
module <- random_module(1:10)
plot(module)
[Package SeqNet version 1.1.3 Index]