edges_from_adjacency_cpp {SeqNet} | R Documentation |
C++ implementation for obtaining an edge list from adjacency matrix
edges_from_adjacency_cpp(adj)
adj |
An adjacency matrix. |
Returns a matrix with 2 columns containing the indicies in the lower-triangle of the matrix that are nonzero.