concom-package {concom} | R Documentation |
Connected Components
Description
Provides a function which computes the connected components of an undirected graph.
Details
There are three functions in this package: concom
, the main function,
which returns the connected components from the edges of the graph;
concomFromMatAdj
, which returns the connected components from the
adjacency matrix of the graph; concom3d
, which returns the connected
components of a triangle rgl mesh.
Author(s)
Stéphane Laurent.
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
[Package concom version 1.0.0 Index]