clustering(data, metric="euclidean", method="ward", nb)
Available agglomerative methods are :
agnes,clust.distdata(marty)
c<-clustering(marty, metric="pearson", method="ward")
clustering.plot(c, title="Hierarchical Clustering\nPearson-Ward")
Run the code above in your browser using DataLab