print.network_plot: Print function for 'network_plot' class

Description Usage Arguments 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().

Examples

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

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