ms: Multi-session Objects
Description
Logical function to distinguish objects that span multiple sessionsUsage
## S3 method for class 'default':
ms(object, ...)
## S3 method for class 'mask':
ms(object, ...)
## S3 method for class 'secr':
ms(object, ...)
Arguments
...
other arguments (not used)
Value
- logical, TRUE if
object
contains data for multiple sessions
Details
The test applied varies with the type of object. The default method uses
inherits(object, "list")
.Examples
Run this codems(ovenCH)
ms(ovenbird.model.1)
ms(ovenCH[[1]])
Run the code above in your browser using DataLab