Mtrx_EList | R Documentation |
Convert an adjacency matrix to an edge list.
Mtrx_EList(A, directed = FALSE)
A |
Weighted adjacency matrix. |
directed |
Specifies if the network is directed or undirected. Default is set to undirected. |
An edge list, E_List
, of adjacency matrix, A
, of the form | n1 | n2 | weight |.
Alexander Mercier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.