groupCount {goCluster}R Documentation

Count the number of clusters

Description

Counts the number of elements in a tree (list of lists).

Usage

groupCount(X)

Arguments

X A tree (list of lists) of clusters

Details

Traverses a tree from the top to the leave nodes and counts the number of leave nodes or elements.

Value

The number of elements in the tree

Author(s)

Gunnar Wrobel, http://www.gunnarwrobel.de.

See Also

clusterSignifFDR-class


[Package goCluster version 1.0.0 Index]