Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/detect.lunges.R
match.lunges
Lunge matching function
1 | match.lunges(data = df, window = 3)
|
data |
Data frame with pre-determined lunges and detected peaks to be matched |
window |
Period before and after detected peak within which pre-determined peaks are considered matched |
NOTE! THis function is called by run.d.wave
, so usually does not have to be run
list with 2 objects: matched
, logical vector indicating which peaks were matched (or not) to a pre-determined lunge,
confusion
, confusion matrix summarizing classification accuracy
Martin Biuw
run.d.wave
to run 2D detector on entire data record,
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
, mkDygraph
,
ncWhale
, number.dive
,
optim.d.wave
, read.depth
,
read.lunges
, run.d.wave
,
whale2dstamp
, wt.image.plot
1 | matched <- match.lunges(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.