Learn R Programming

SeqNet (version 1.1.3)

plot.network_module: Plot function for 'network_module' object.

Description

Plot function for 'network_module' object.

Usage

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

Arguments

x

A 'network_module' object.

...

Additional arguments passed to plot_network.

Value

Creates a plot of the module and returns a graph object. See plot_network for details.

Examples

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

Run the code above in your browser using DataLab