Learn R Programming

aniSNA (version 1.1.1)

plot_network: Visualize Animal Network

Description

Visualize Animal Network

Usage

plot_network(species_network, seed = 1)

Value

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

Arguments

species_network

An igraph graph object consisting of observed network.

seed

Seed to be set for layout.

Examples

Run this code
data(elk_network_2010)
plot_network(elk_network_2010)

Run the code above in your browser using DataLab