[ top | up ]

Banner Of Monothetic Divisive Hierarchical Clusterings

Usage

plot.mona(x, ...)

Arguments

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

Description

Plots the separation step at which clusters are splitted. The objects are given in the order found by the mona algorithm, the numbers in the step vector are represented as bars between the objects. When a long bar is drawn between two objects, those objects have the same value for each variable.

Value

a NULL value is returned.

Side Effects

A banner is plotted on the current graphics device.

References

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

See Also

mona, mona.object, par.

Examples

plot(mona(catalyst[1:3]))