process_dendrograms: Cut many dendrograms at specified cut heights.

View source: R/clusterer_farm.R

process_dendrogramsR Documentation

Cut many dendrograms at specified cut heights.

Description

Cut many dendrograms at specified cut heights.

Usage

process_dendrograms(dends, cut_heights)

Arguments

dends

A list of dendrograms to be cut.

cut_heights

A list of cut heights which corresponds to each dendrogram in dends.

Value

A list of named vectors (one per dendrogram) whose names are data point names and whose values are cluster labels.


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