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