Learn R Programming

Rfssa (version 3.1.0)

is.funts: Check if an object is of class 'funts'

Description

Check if an object is of class 'funts'

Usage

is.funts(obj)

Value

TRUE if the object is of class 'funts', FALSE otherwise.

Arguments

obj

The object to check.

Examples

Run this code
data("Callcenter")
is.funts(Callcenter)

Run the code above in your browser using DataLab