averageDegree: Calculate average node degree in network

Description Usage Arguments Examples

Description

This function calculates the degree of all nodes in the network. This includes counting the in-degree and out-degree of each node. Averages of all degrees are also considered.

Usage

1
averageDegree(edgeList, nodeList)

Arguments

edgeList

A dataframe of network data where sources are in the first column and targets are in the second column.

nodeList

A dataframe where all nodes and their respective names are listed.

Examples

1

O1sims/networkR documentation built on May 31, 2019, 6:13 p.m.