plot_network function

Visualize Animal Network

Visualize Animal Network

plot_network(species_network, seed = 1)

Arguments

  • species_network: An igraph graph object consisting of observed network.
  • seed: Seed to be set for layout.

Returns

No return value, called for side effects. The plots depict a visualisation of network structure.

Examples

data(elk_network_2010) plot_network(elk_network_2010)
  • Maintainer: Prabhleen Kaur
  • License: MIT + file LICENSE
  • Last published: 2024-03-25

Useful links