E_to_Y {VBLPCM} | R Documentation |
uses a call to C to transform edgelist to adjacency matrix.
E_to_Y(N, NE, directed, E)
N |
number of nodes |
NE |
number of edges |
directed |
logical indicator of directedness (TRUE=>directed, FALSE=>undirected |
E |
the input edgelist |
NxN sociomatrix / adjacency matrix
Michael Salter-Townshend
sociomatrix, Y_to_E