## Dendrogram + heat map demo.
##
library(idendr0) # idendro
data(iris)
# perform hierarchical clustering analysis
hc <- hclust(dist(iris[, 1:4]))
# visualize clusters and heat map
idendro(hc, iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.