dendro.gp {RVAideMemoire}R Documentation

Dendrogram and number of groups to be chosen

Description

Draws a dendrogram and an additional bar plot helping to choose the number of groups to be retained (based on the dendrogram).

Usage

dendro.gp(dend)

Arguments

dend

a dendrogram obtained from hclust.

Author(s)

Maxime HERVE <maxime.herve@univ-rennes1.fr>

See Also

hclust

Examples

data(iris)
distances <- dist(iris[,1:4],method="euclidian")
dendro <- hclust(distances,method="ward.D2")
dendro.gp(dendro)

[Package RVAideMemoire version 0.9-83-7 Index]