| intervals | R Documentation |
Functions for data manipulation
intervals(object, ...)
intervals(object) <- value
sessionlabels(object, ...)
sessionlabels(object) <- value
object |
capthist object |
value |
vector of intervals or primary session labels |
... |
other arguments (not used) |
intervals extracts the ‘interval’ attribute if it exists.
The attribute ‘intervals’ is set automatically by the secr function
join.
sessionlabels provides session names for the primary sessions encoded
in a “single-session” capthist object (e.g., the result of join)
that has an intervals attribute. The names are used by some summary functions
in the package openCR (M. Efford unpubl.) (m.array, JS.counts).
The function session has a different purpose: labelling
sessions in a multi-session capthist object. However, session
names of multi-session input are used automatically by join to construct the
sessionlabels attribute of the resulting single-session object.
For intervals, a numeric vector of time intervals, one less than the number of occasions (secondary sessions).
For sessionlabels, a character vector of primary session names.
There is a naming conflict with the intervals function in nlme.
singlesessionCH <- join(ovenCH)
intervals(singlesessionCH)
sessionlabels(singlesessionCH)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.