cutDendro {idendr0} | R Documentation |
cutDendro
Description
Select clusters by cutting the current zoom of the dendrogram at a specified height.
Usage
cutDendro(df, cutG, dendroZoom, dbg = FALSE)
Arguments
df |
shared data frame |
cutG |
cutting grow height |
dendroZoom |
current dendro zoom region |
dbg |
debug level |
Value
A list of shared data frame 'df' with new cluster selection, and the number of clusters selected.
Author(s)
Tomas Sieger
[Package idendr0 version 1.5.3 Index]