ms {secr} | 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
ms(ovenCH)
ms(ovenbird.model.1)
ms(ovenCH[[1]])