is.funts {Rfssa} | R 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)
[Package Rfssa version 3.1.0 Index]