PlotBest.hclust | R Documentation |
Plots dotchart with best clustering method
PlotBest.hclust(dist, clust=c("ward.D", "ward.D2", "single", "complete", "average", "mcquitty", "median", "centroid"), plot=TRUE)
dist |
Distance matrix |
clust |
Clustering method |
plot |
Plot? |
Shows the "best" hierarchical clustering method. Uses cophenetic correlation.
Numeric vector with correlation values (equal to the number of clusterings involved)
Alexey Shipunov
PlotBest.hclust(dist(iris[, -5])) PlotBest.hclust(dist(t(moldino)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.