powered by
Plots dotchart with best clustering method
PlotBest.hclust(dist, clust=c("ward.D", "ward.D2", "single", "complete", "average", "mcquitty", "median", "centroid"), plot=TRUE)
Numeric vector with correlation values (equal to the number of clusterings involved)
Distance matrix
Clustering method
Plot?
Alexey Shipunov
Shows the "best" hierarchical clustering method. Uses cophenetic correlation.
PlotBest.hclust(dist(iris[, -5])) PlotBest.hclust(dist(t(moldino)))
Run the code above in your browser using DataLab