| clustered {densityClust} | R Documentation |
Check whether a densityCluster object have been clustered
Description
This function checks whether findClusters() has been performed on
the given object and returns a boolean depending on the outcome
Usage
clustered(x)
## S3 method for class 'densityCluster'
clustered(x)
Arguments
x |
A densityCluster object |
Value
TRUE if findClusters() have been performed, otherwise
FALSE
[Package densityClust version 0.3.3 Index]