Learn R Programming

monoClust (version 1.2.1)

is_MonoClust: Test If The Object is A MonoClust

Description

This function returns TRUE for MonoClust, and FALSE for all other objects.

Usage

is_MonoClust(mono_obj)

Arguments

mono_obj

An object.

Value

TRUE if the object inherits from the MonoClust class.