Learn R Programming

concom (version 1.0.0)

concom-package: Connected Components

Description

Provides a function which computes the connected components of an undirected graph.

Arguments

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.