Description Usage Arguments Value Author(s) See Also Examples
View source: R/detect.lunges.R
number.dive
Split data into distinct dives
1 | number.dive(data = df$depth, d.cut = 5)
|
data |
Depth variable in data frame created using |
d.cut |
Initial cutoff (in meters) for dives to be detected. |
Returns a data frame with variables time
,
depth
and lunge
Martin Biuw
read.lunges
to read lunge event timestamps,
read.depth
to read dive data,
join.dstamp
to add dive numeric ID column,
Other Lunge detector functions: d.wave.TDR.original
,
d.wave.TDR
, d.wave
,
dstamp.plot
, filter.lunges
,
gpsWhale
, import.all.rene
,
join.dstamp
, matDive
,
matLunge
, match.lunges
,
mkDygraph
, ncWhale
,
optim.d.wave
, read.depth
,
read.lunges
, run.d.wave
,
whale2dstamp
, wt.image.plot
1 | t <- number.dive(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.