twins.object {cluster} | R Documentation |
These are objects of class "twins" They represent an agglomerative or divisive (polythetic) hierarchical clustering of a dataset.
This class of objects is returned from agnes
or diana
.
The "twins"
class has a method for the following generic function:
pltree
.
The following classes inherit from class "twins"
:
"agnes"
and "diana"
.
See agnes.object
and diana.object
for details.
agnes
, agnes.object
, diana
, diana.object
.