EList_Mtrx | R Documentation |
Convert an edge list to an adjacency matrix.
EList_Mtrx(E_List, directed = FALSE, n)
E_List |
Edge list formatted | n1 | n2 | weight |. |
directed |
Specifies if the network is directed or undirected. Default is set to undirected. |
n |
Specify number of nodes. Default is |
Adjacency matrix constructed from edge list, E_List
, of the class dgCMatrix.
Alexander Mercier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.