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

View source: R/is.R

is.funtsR Documentation

Check if an object is of class 'funts'

Description

Check if an object is of class 'funts'

Usage

is.funts(obj)

Arguments

obj

The object to check.

Value

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

Examples

data("Callcenter")
is.funts(Callcenter)

Rfssa documentation built on Oct. 27, 2023, 1:08 a.m.