Learn R Programming

deaR (version 1.2.1)

is.dea_fuzzy: dea_fuzzy class check.

Description

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

Usage

is.dea_fuzzy(x)

Arguments

x

Any R object.

Value

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