process_dendrograms: Cut many dendrograms at specified cut heights.
Description
Cut many dendrograms at specified cut heights.
Usage
process_dendrograms(dends, cut_heights)
Value
A list of named vectors (one per dendrogram) whose names are data point names and whose values are cluster labels.
Arguments
- dends
A list of dendrograms to be cut.
- cut_heights
A list of cut heights which corresponds to each dendrogram in dends
.