[
top
|
up
]
Clustering trees - Generic function
Usage
pltree(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 clustering tree is created on the current graphics device.
See Also
agnes
,
diana
,
par
.
Examples
pltree(agnes(votes.repub)) pltree(diana(votes.repub))