print.network_plot {SeqNet} | R Documentation |
Displays the network plot.
## S3 method for class 'network_plot'
print(x, ...)
x |
A 'network_plot' object obtained from |
... |
Additional arguments passed to |
Creates a plot of the network and returns a graph object.
See plot_network
for details.
nw <- random_network(10)
g <- plot(nw, display_plot = FALSE) # Doesn't display the plot.
g # Displays the plot.