is.scclust {scclust} | R Documentation |
Check scclust object
Description
is.scclust
checks whether the provided object is a valid instance of
the scclust
class.
Usage
is.scclust(x)
Arguments
x |
object to check. |
Details
is.scclust
does not check whether the clustering itself is sensible
or whether the clustering satisfies some set of constraints. See
check_clustering
for that functionality.
Value
Returns TRUE
if x
is a valid scclust
object,
otherwise FALSE
.
[Package scclust version 0.2.4 Index]