cutree | R Documentation |
Cut a tree into groups
cutree(tree, ...)
tree |
the hclust tree object to be cut |
... |
arguments passed to other methods |
If tree
is of class rainette
, invokes cutree_rainette()
. Otherwise, just run stats::cutree()
.
A vector with group membership.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.