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)
Distance matrix
Clustering method
Plot?
Numeric vector with correlation values (equal to the number of clusterings involved)
Plots the "best" hierarchical clustering method. Uses cophenetic correlation.
# NOT RUN { PlotBest.hclust(dist(iris[, -5], method="manhattan")) # }
Run the code above in your browser using DataLab