subset.hclust | R Documentation |
Return the labels of items in 1 or more groups cut from hclust object
## S3 method for class 'hclust'
subset(x, k = NULL, h = NULL, groups = NULL, ...)
x |
tree like object |
k |
an integer scalar with the desired number of groups |
h |
numeric scalar with height where the tree should be cut |
groups |
a vector of which groups to inspect. |
... |
Additional parameters passed to methods |
Only one of h
and k
should be supplied.
A character vector of labels of selected items
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.