Provides a function which computes the connected components of an undirected graph.
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.