print.network_plot {SeqNet}R Documentation

Print function for 'network_plot' class

Description

Displays the network plot.

Usage

## 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

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

[Package SeqNet version 1.1.3 Index]