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

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

Plot function for 'network_module' object.

Usage

1
2
## S3 method for class '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

1
2
module <- random_module(1:10)
plot(module)

tgrimes/SeqNet documentation built on Sept. 1, 2020, 7:50 a.m.