d.wave.TDR: 'd.wave.TDR' 2D lunge detector for individual dive in a TDR...

Description Usage Arguments Details Author(s) See Also Examples

View source: R/d.wave.TDR.R

Description

d.wave.TDR 2D lunge detector for individual dive in a TDR record

Usage

1
2
3
d.wave.TDR(tdr.file = "./Data/HVTag/Rfiles/Whale_2015Feb23.RData",
  tdr.folder = "./Data/HVTag/Rfiles", pars = list(smooth.window = 4,
  pper = 16, rper = 20, min.pdist = 40, min.ppow = 0.05, pk.e = 0.85))

Arguments

tdr.file

R object containing pre-processed dive record. If set to NA, this function can run the detector on data from all individuals with data records stored in the directory specified in tdr.folder.

tdr.folder

Folder in which TDR files are stored.

pars

List of parameter settings that can be modified by the user. NOTE! This can only be done when running the function for each whale separately!

Details

Run the 2D lunged detector on TDR-type dive data, i.e. this version has no validation against pre-determined lunges

Author(s)

Martin Biuw

See Also

run.d.wave for data type with validation against pre-determined lunges.

Other Lunge detector functions: d.wave.TDR.original, d.wave, dstamp.plot, filter.lunges, gpsWhale, import.all.rene, join.dstamp, matDive, matLunge, match.lunges, mkDygraph, ncWhale, number.dive, optim.d.wave, read.depth, read.lunges, run.d.wave, whale2dstamp, wt.image.plot

Examples

1
tdr.list <- d.wave.TDR(tdr.file=NA)

embiuw/dWave documentation built on April 24, 2020, 11:52 a.m.