Object.Type {dissCqN} | R Documentation |
Object Types
Description
Functions to determine the 'type' of an R object using classes. Intended largely for convenience and internal use.
Usage
isList(x)
isBoot(x)
isMod(x)
Arguments
x |
An R object. |
Value
A logical value.
Functions
-
isList
: Is object a list (class"list"
only)? -
isBoot
: Is object a boot object (class"boot"
)? -
isMod
: Is object a fitted model?
[Package dissCqN version 0.1.0 Index]