adjacencyMatrix: Transform network data into an adjacency matrix

Description Usage Arguments Examples

Description

This function transforms network data into an n-by-n adjacency matrix.

Usage

1
adjacencyMatrix(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

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