timeBudget-methods {diveMove} | R Documentation |
Summarize the major activities recognized into a time budget.
## S4 method for signature 'TDRcalibrate, logical': timeBudget(obj, ignoreZ)
obj |
TDRcalibrate object. |
ignoreZ |
Logical indicating whether to ignore trivial aquatic periods. |
Ignored trivial aquatic periods are collapsed into the enclosing dry period.
A data frame with components:
phaseno |
A numeric vector numbering each period of activity. |
activity |
A factor labelling the period with the corresponding activity. |
beg, end |
POSIXct objects indicating the beginning
and end of each period. |
Sebastian P. Luque spluque@gmail.com
data(divesTDRcalibrate) timeBudget(divesTDRcalibrate, TRUE)