is.scclust: Check scclust object

View source: R/scclust.R

is.scclustR 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.


fsavje/Rscclust documentation built on Jan. 5, 2024, 2:31 a.m.