View source: R/get_network_summary.R
get_network_summary | R Documentation |
Calculates and prints network summary statistics
get_network_summary(network)
network |
An undirected network with nodes representing animal IDs and edges representing associations between them. |
No return value, called for side effects. The function prints values of network metrics to the console.
data(elk_network_2010)
get_network_summary(elk_network_2010)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.