components_in_adjacency {SeqNet} | R Documentation |
C++ implementation to obtain connected components in a graph.
components_in_adjacency(adj)
adj |
An adjacency matrix. |
Returns a matrix with 2 columns containing the indicies in the lower-triangle of the matrix that are nonzero.