print.network_plot: Print function for 'network_plot' class

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

Displays the network plot.

Usage

1
2
## S3 method for class 'network_plot'
print(x, ...)

Arguments

x

A 'network_plot' object obtained from plot.network or plot_network.

...

Additional arguments passed to plot.

Value

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

Examples

1
2
3
nw <- random_network(10)
g <- plot(nw, display_plot = FALSE) # Doesn't display the plot.
g # Displays the plot.

SeqNet documentation built on July 9, 2021, 9:08 a.m.