The Algorithms logoThe Algorithms
About
clusters <- hclust(dist(iris[, -5]))
plot(clusters)

Heirarchical Clustering

E