dendro.gp | R Documentation |
Draws a dendrogram and an additional bar plot helping to choose the number of groups to be retained (based on the dendrogram).
dendro.gp(dend)
dend |
a dendrogram obtained from |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
hclust
data(iris)
distances <- dist(iris[,1:4],method="euclidian")
dendro <- hclust(distances,method="ward.D2")
dendro.gp(dendro)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.