timeBudget-methods: Describe the Time Budget of Major Activities from...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Summarize the major activities recognized into a time budget.

Usage

1
2
## S4 method for signature 'TDRcalibrate,logical'
timeBudget(obj, ignoreZ)

Arguments

obj

TDRcalibrate object.

ignoreZ

logical: whether to ignore trivial aquatic periods.

Details

Ignored trivial aquatic periods are collapsed into the enclosing dry period.

Value

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.

Author(s)

Sebastian P. Luque spluque@gmail.com

See Also

calibrateDepth

Examples

1
2
3
4
5
6
## Continuing the Example from '?calibrateDepth':
utils::example("calibrateDepth", package="diveMove",
               ask=FALSE, echo=FALSE)
dcalib		# the 'TDRcalibrate' that was created

timeBudget(dcalib, TRUE)

diveMove documentation built on May 2, 2019, 4:47 p.m.