Description Usage Arguments Examples
View source: R/dsdive.align.obs.R
Satellite tag observations of a dive record depths at regular intervals,
irrespective of whether or not an animal is diving. Given initial and final
offsets offset
and offset.tf
, respectively, this function will
shift the satellite-tag observation times
so that they are referenced
with respect to the start of the dive (i.e., t=0). Observations in
depths
will be trimmed from the output if they exceed the times
implied by the offsets.
1 | dsdive.align.obs(depths, times, t.stages, offset, offset.tf)
|
depths |
Indices of observed depth bins |
times |
Times at which each of |
t.stages |
Stage transition times for the dive; will be used to compute the dive stage for each observation |
offset |
Amount of time by which |
offset.tf |
Amount of time by which the last |
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.