Last chance! 50% off unlimited learning
Sale ends in
Summarize the major activities recognized into a time budget.
# S4 method for TDRcalibrate,logical
timeBudget(obj, ignoreZ)
A data.frame
with components:
A numeric vector numbering each period of activity.
A factor labelling the period with the corresponding activity.
POSIXct
objects indicating the beginning
and end of each period.
TDRcalibrate
object.
logical: whether to ignore trivial aquatic periods.
obj = TDRcalibrate,ignoreZ = logical
: Base method for computing time budget from
TDRcalibrate object
Sebastian P. Luque spluque@gmail.com
Ignored trivial aquatic periods are collapsed into the enclosing dry period.
calibrateDepth
## Too long for checks
## Continuing the Example from '?calibrateDepth':
utils::example("calibrateDepth", package="diveMove",
ask=FALSE, echo=FALSE, run.donttest=TRUE)
dcalib # the 'TDRcalibrate' that was created
timeBudget(dcalib, TRUE)
Run the code above in your browser using DataLab