stla/cc: 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.

Getting started

Package details

AuthorStéphane Laurent
MaintainerStéphane Laurent <laurent_step@outlook.fr>
LicenseGPL-3
Version1.0
URL https://github.com/stla/cc
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stla/cc")
stla/cc documentation built on June 11, 2022, 9:31 p.m.