View source: R/get_network_summary.R
plot_network | R Documentation |
Visualize Animal Network
plot_network(species_network, seed = 1)
species_network |
An igraph graph object consisting of observed network. |
seed |
Seed to be set for layout. |
No return value, called for side effects. The plots depict a visualisation of network structure.
data(elk_network_2010)
plot_network(elk_network_2010)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.