a hierarchical clustering dendorgram such as one returned by hclust.
cutHeight
Maximum joining heights that will be considered.
minSize
Minimum cluster size.
Value
A vector of numerical labels giving the assigment of each object.
Details
All contiguous branches below the height cutHeight that contain at least minSize objects
are assigned unique positive numerical labels; all unassigned objects are assigned label 0.