adjacency.to.edgelist: adjacency.to.edgelist

Description Usage Arguments Value Author(s) References

Description

Function that converts a list of adjacency matrices to an edgelist.

Usage

1
2
adjacency.to.edgelist(adjacency, mode = c("undirected", "directed"),
  weighted = NULL)

Arguments

adjacency:

a list object whose tth entry is an adjacency matrix representing the tth layer of a multilayer network.

mode:

directed or undirected

weighted:

currently not functioning. Coming in later version.

Value

edgelist: a matrix with three columns representing edge connections- node1, node2, layer

Author(s)

James D. Wilson

References


jdwilson4/MultilayerExtraction documentation built on May 18, 2019, 11:39 p.m.