Learn R Programming

mappeR (version 2.1.0)

get_longevity_cut_height: 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)))

Value

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

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!