Clustering Tree Of Divisive Hierarchical Clusterings

DESCRIPTION:
Creates a clustering tree of a diana object.

USAGE:
pltree.diana(x, ...)


REQUIRED ARGUMENTS:
x:
an object of class "diana", created by the function diana.

Graphical parameters may also be supplied as arguments to this function (see par).


VALUE:
a NULL value is returned.


SIDE EFFECTS:
A clustering tree is plotted on the current graphics device.


DETAILS:
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.


SEE ALSO:
diana , diana.object , par , plot.diana , pltree.agnes , plclust .

EXAMPLES:
pltree(diana(votes.repub))