powered by
Displays the network plot.
# S3 method for network_plot print(x, ...)
A 'network_plot' object obtained from plot.network or plot_network.
plot.network
plot_network
Additional arguments passed to plot.
plot
Creates a plot of the network and returns a graph object. See plot_network for details.
# NOT RUN { nw <- random_network(10) g <- plot(nw, display_plot = FALSE) # Doesn't display the plot. g # Displays the plot. # }
Run the code above in your browser using DataLab