Constant height tree cut using color labels
Cluster detection by a constant height cut of a hierarchical clustering dendrogram.
cutreeStaticColor(dendro, cutHeight = 0.9, minSize = 50)
dendro |
a hierarchical clustering dendrogram such as returned by |
cutHeight |
height at which branches are to be cut. |
minSize |
minimum number of object on a branch to be considered a cluster. |
This function performs a straightforward constant-height cut as implemented by cutree
,
then calculates the number of objects on each branch and only keeps branches that have at least
minSize
objects on them.
A character vector giving color labels of objects, with "grey" meaning unassigned. The largest cluster
is conventionally labeled "turquoise", next "blue" etc. Run standardColors()
to see the sequence
of standard color labels.
Peter Langfelder
hclust
for hierarchical clustering, cutree
and
cutreeStatic
for other constant-height branch cuts, standardColors
to see
the sequence of color labels that can be assigned.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.