plot_network {aniSNA}R Documentation

Visualize Animal Network

Description

Visualize Animal Network

Usage

plot_network(species_network, seed = 1)

Arguments

species_network

An igraph graph object consisting of observed network.

seed

Seed to be set for layout.

Value

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)

[Package aniSNA version 1.1.1 Index]