View source: R/muxLib_annotated.R
BuildExtendedEdgelistFromSupraAdjacencyMatrix | R Documentation |
Builds extended edgelist from supra-adjacency matrix
BuildExtendedEdgelistFromSupraAdjacencyMatrix( SupraAdjacencyMatrix, Layers, Nodes, isDirected )
SupraAdjacencyMatrix |
the supra-adajcency matrix |
Layers |
scalar, number of layers |
Nodes |
scalar, number of nodes |
isDirected |
logical |
Data frame with columns: node.from, layer.from, node.to, layer.to weight
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.