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.


scclust documentation built on April 25, 2023, 1:08 a.m.