View source: R/clusterer_farm.R
get_longevity_cut_height | R Documentation |
Find the the longest-lived hierarchy of a dendrogram.
get_longevity_cut_height(dend, max_height = max(cophenetic(dend)))
dend |
A dendrogram. |
max_height |
The maximum height of the dendrogram; if this is not provided the last merge height of the input dendrogram will be used, which will make cutting to one cluster impossible! |
The point just above the merge height with the longest time to the next merge point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.