PlotBest.hclust {shipunov} | R Documentation |
Plots dotchart with best clustering method
Description
Plots dotchart with best clustering method
Usage
PlotBest.hclust(dist, clust=c("ward.D", "ward.D2", "single", "complete",
"average", "mcquitty", "median", "centroid"), plot=TRUE)
Arguments
dist |
Distance matrix |
clust |
Clustering method |
plot |
Plot? |
Details
Shows the "best" hierarchical clustering method. Uses cophenetic correlation.
Value
Numeric vector with correlation values (equal to the number of clusterings involved)
Author(s)
Alexey Shipunov
Examples
PlotBest.hclust(dist(iris[, -5]))
PlotBest.hclust(dist(t(moldino)))
[Package shipunov version 1.17.1 Index]