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