clusplot {cluster}R Documentation

Clusplot - Generic Function

Description

Creates a 2-dimensional clusplot on the current graphics device. This is a generic function. Functions with names beginning in clusplot. will be methods for this function. partition.

Usage

clusplot(x, ...)

Arguments

x an S-PLUS object.
... methods may have additional arguments. Graphical parameters (see par) may also be supplied as arguments to this function.

Side Effects

a 2-dimensional clusplot is created on the current graphics device.

See Also

clusplot.default, clusplot.partition, partition.object, pam, fanny, clara.


[Package Contents]