cut_height {tidyclust} | R Documentation |
Cut Height
Description
Used in most tidyclust::hier_clust()
models.
Usage
cut_height(range = c(0, dials::unknown()), trans = NULL)
Arguments
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
Examples
cut_height()
[Package tidyclust version 0.2.3 Index]