get_network_summary function

Calculates and prints network summary statistics

Calculates and prints network summary statistics

get_network_summary(network)

Arguments

  • network: An undirected network with nodes representing animal IDs and edges representing associations between them.

Returns

No return value, called for side effects. The function prints values of network metrics to the console.

Examples

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

Useful links