spatial hierarchical clustering in r code example Example: hierarchical clustering plot in r clusters <- hclust(dist(iris[, 3:4])) plot(clusters)Copy