get_longevity_cut_height: Find the the longest-lived hierarchy of a dendrogram.

View source: R/clusterer_farm.R

get_longevity_cut_heightR Documentation

Find the the longest-lived hierarchy of a dendrogram.

Description

Find the the longest-lived hierarchy of a dendrogram.

Usage

get_longevity_cut_height(dend, max_height = max(cophenetic(dend)))

Arguments

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!

Value

The point just above the merge height with the longest time to the next merge point.


mappeR documentation built on June 9, 2025, 5:08 p.m.