Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


secr (version 3.2.1)

ms: Multi-session Objects

Description

Logical function to distinguish objects that span multiple sessions

Usage

# S3 method for default
ms(object, ...)
  # S3 method for mask
ms(object, ...)
  # S3 method for secr
ms(object, ...)

Arguments

object

any object

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").

See Also

capthist, mask, secr.fit

Examples

Run this code
# NOT RUN {
ms(ovenCH)
ms(ovenbird.model.1)
ms(ovenCH[[1]])
# }

Run the code above in your browser using DataLab