ms | R Documentation |
Logical function to distinguish objects that span multiple sessions
## Default S3 method:
ms(object, ...)
## S3 method for class 'mask'
ms(object, ...)
## S3 method for class 'secr'
ms(object, ...)
object |
any object |
... |
other arguments (not used) |
The test applied varies with the type of object. The default method uses
inherits(object, "list")
.
logical, TRUE if object
contains data for multiple sessions
capthist
, mask
, secr.fit
ms(ovenCH)
ms(ovenbird.model.1)
ms(ovenCH[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.