dendro.gp: Dendrogram and number of groups to be chosen

View source: R/dendro.gp.R

dendro.gpR 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)

RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.