edgelist: Create an adjacency matrix from an edgelist

Description Usage Arguments Value Author(s)

Description

Create an edgelist from an adjacency matrix.

Usage

1
edgelist(adjmatrix)

Arguments

adjmatrix

An adjacency matrix (square).

Value

An matrix with two (if binary) or three (if valued) columns having the sender in the first column, the receiver in the second, and the line value in the third column.

Author(s)

Angela Bohn angela.bohn at gmail.com


snatm documentation built on May 2, 2019, 5:01 p.m.

Related to edgelist in snatm...