concom: Connected Components of an Undirected Graph

Provides a function for fast computation of the connected components of an undirected graph (though not faster than the components() function of the 'igraph' package) from the edges or the adjacency matrix of the graph. Based on this one, a function to compute the connected components of a triangle 'rgl' mesh is also provided.

Version: 1.0.0
Imports: english, Rcpp (≥ 1.0.8), rgl, Rvcg
LinkingTo: BH, Rcpp
Suggests: rmarchingcubes
Published: 2022-06-15
Author: Stéphane Laurent [cre, aut]
Maintainer: Stéphane Laurent <laurent_step at outlook.fr>
BugReports: https://github.com/stla/concom/issues
License: GPL-3
URL: https://github.com/stla/concom
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: concom results

Documentation:

Reference manual: concom.pdf

Downloads:

Package source: concom_1.0.0.tar.gz
Windows binaries: r-prerel: concom_1.0.0.zip, r-release: concom_1.0.0.zip, r-oldrel: concom_1.0.0.zip
macOS binaries: r-prerel (arm64): concom_1.0.0.tgz, r-release (arm64): concom_1.0.0.tgz, r-oldrel (arm64): concom_1.0.0.tgz, r-prerel (x86_64): concom_1.0.0.tgz, r-release (x86_64): concom_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=concom to link to this page.