components_in_adjacency: C++ implementation to obtain connected components in a graph.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

C++ implementation to obtain connected components in a graph.

Usage

1

Arguments

adj

An adjacency matrix.

Value

Returns a matrix with 2 columns containing the indicies in the lower-triangle of the matrix that are nonzero.


tgrimes/SeqNet documentation built on Sept. 1, 2020, 7:50 a.m.