correct_depth: Correct depth sequence from drift of values over time

Description Usage Arguments Examples

Description

Correct depth sequence from drift of values over time

Usage

1
correct_depth(x, dur = 5000, plt = FALSE, span = 0.15, ...)

Arguments

x

The depth sequence.

dur

A window width for rolling functions. Make sure to choose that argument so that the animal went back to the surface at least once in this window.

plt

Should a plot about processing should be drawn ?

span

Argument passed to loess.

...

Other arguments to be passed to loess.

Examples

1
# correct_depth(exses$tdr$depth, plt = TRUE)

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.