[ top | up ]

Clustering Tree Of Divisive Hierarchical Clusterings

Usage

pltree.diana(x, ...)

Arguments

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

Description

Creates a plot of a clustering tree given a diana object. The leaves of the tree are the original objects. A branch splits up at the diameter of the cluster being splitted.

Value

a NULL value is returned.

Side Effects

A clustering tree is plotted on the current graphics device.

See Also

diana, diana.object, plot.diana, pltree.agnes, plclust, par.

Examples

pltree(diana(votes.repub))