clusplot {cluster} | R Documentation |
Draws a 2-dimensional ``clusplot'' on the current graphics device.
This is a generic function with a default and partition
method.
clusplot(x, ...)
x |
an R object. |
... |
additional arguments for methods .
Graphical parameters (see par ) may also
be supplied as arguments to this function. |
a 2-dimensional clusplot is created on the current graphics device.
(for references and examples)
clusplot.default
, clusplot.partition
,
partition.object
, pam
, fanny
,
clara
.