Learn R Programming

deaR (version 1.2.1)

is.deadata_fuzzy: deadata_fuzzy class check.

Description

Checks whether an R object is of deadata_fuzzy class or not.

Usage

is.deadata_fuzzy(x)

Arguments

x

Any R object.

Value

Returns TRUE if its argument is a deadata_fuzzy object (that is, has "deadata_fuzzy" amongst its classes) and FALSE otherwise.