Description Usage Arguments Details Author(s) See Also Examples
d.wave.TDR
2D lunge detector for individual dive in a TDR record
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))
|
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 |
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! |
Run the 2D lunged detector on TDR-type dive data, i.e. this version has no validation against pre-determined lunges
Martin Biuw
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
1 | tdr.list <- d.wave.TDR(tdr.file=NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.