[ top | up ]

Clustering Tree Of Agglomerative Hierarchical Clusterings

Usage

pltree.agnes(x, ...)

Arguments

x an object of class "agnes", created by the function agnes. Graphical parameters (see par) may also be supplied as arguments to this function.

Description

Creates a plot of a clustering tree given an agnes object. The leaves of the tree are the original objects. Two branches come together at the distance between the two clusters being merged.

Value

a NULL value is returned.

Side Effects

A clustering tree is plotted on the current graphics device.

See Also

agnes, agnes.object, plot.agnes, hclust, plclust, par.

Examples

pltree(agnes(votes.repub))