is.scclust | R Documentation |
is.scclust
checks whether the provided object is a valid instance of
the scclust
class.
is.scclust(x)
x |
object to check. |
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.
Returns TRUE
if x
is a valid scclust
object,
otherwise FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.