connectivity: Connectivity of a network

Description Usage Arguments Examples

Description

This function calculates the connectivity of a network by summing the number of unique successors of each node within the network.

Usage

1
connectivity(edgeList, nodeList, adjMatrix)

Arguments

edgeList

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

nodeList

A dataframe within which all nodes and their respective names are listed.

adjMatrix

The network represented as an adjacency matrix.

Examples

1

OwenSims/networkR documentation built on May 7, 2019, 11:47 p.m.