powered by
Logical function to distinguish objects that span multiple sessions
# S3 method for default ms(object, ...) # S3 method for mask ms(object, ...) # S3 method for secr ms(object, ...)
any object
other arguments (not used)
logical, TRUE if object contains data for multiple sessions
object
The test applied varies with the type of object. The default method uses inherits(object, "list").
inherits(object, "list")
capthist, mask, secr.fit
capthist
mask
secr.fit
# NOT RUN { ms(ovenCH) ms(ovenbird.model.1) ms(ovenCH[[1]]) # }
Run the code above in your browser using DataLab