Banner Of Divisive Hierarchical Clusterings

DESCRIPTION:
Creates the banner of a diana object.

USAGE:
plot.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 banner is plotted on the current graphics device.


DETAILS:
The banner displays the hierarchy of clusters, and is equivalent to a tree. See Rousseeuw (1986) or chapter 6 of Kaufman and Rousseeuw (1990). The banner plots the diameter of each cluster being splitted. The objects are listed in the order found by the diana algorithm, and the numbers in the height vector are represented as bars between the objects.


REFERENCES:
Kaufman, L. and Rousseeuw, P.J. (1990). Finding Groups in Data: An Introduction to Cluster Analysis. Wiley, New York.

Rousseeuw, P.J. (1986). A visual display for hierarchical classification, in Data Analysis and Informatics 4. Edited by E. Diday, Y. Escoufier, L. Lebart, J. Pages, Y. Schektman, and R. Tomassone. North-Holland, Amsterdam. pp. 743-748.


SEE ALSO:
diana , diana.object , par , pltree.diana .

EXAMPLES:
plot(diana(votes.repub))