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