get_network_summary: Calculates and prints network summary statistics

View source: R/get_network_summary.R

get_network_summaryR Documentation

Calculates and prints network summary statistics

Description

Calculates and prints network summary statistics

Usage

get_network_summary(network)

Arguments

network

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

Value

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)

aniSNA documentation built on May 29, 2024, 11:14 a.m.