cutree: Cut a tree into groups

View source: R/cutree.R

cutreeR Documentation

Cut a tree into groups

Description

Cut a tree into groups

Usage

cutree(tree, ...)

Arguments

tree

the hclust tree object to be cut

...

arguments passed to other methods

Details

If tree is of class rainette, invokes cutree_rainette(). Otherwise, just run stats::cutree().

Value

A vector with group membership.


juba/rainette documentation built on May 9, 2024, 4:27 p.m.