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