Description
Cluster-object class for spatgraphs
. Methods: print, plot. A cluster is a connected component.Details
A list with elements
rl{
'clusters' A list with N vectors, each containing the indices of corresponding cluster's points. N clusters.
'nclusters' Number of clusters
'N' Number of points in the pattern
'type' 'type' of the original graph
'parameters' 'parameters' of the original graph
}