## Simple dendrogram demo. ## library(idendr0) # idendro data(iris) # perform hierarchical clustering hc <- hclust(dist(iris[, 1:4])) # visualize clusters idendro(hc)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.