The Algorithms logo
The Algorithms
AboutDonate
clusters <- hclust(dist(iris[, -5]))
plot(clusters)

Heirarchical Clustering

E