timeBudget,TDRcalibrate,logical-method | R Documentation |
Summarize the major activities recognized into a time budget.
## S4 method for signature 'TDRcalibrate,logical'
timeBudget(obj, ignoreZ)
obj |
|
ignoreZ |
logical: 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 |
|
obj = TDRcalibrate,ignoreZ = logical
: Base method for computing time budget from
TDRcalibrate object
Sebastian P. Luque spluque@gmail.com
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.