make.acoustic.captures | R Documentation |
Identifies recaptures and assigns ID numbers to sounds recorded for an SECR model.
make.acoustic.captures(mics, dets, sound.speed)
mics |
a matrix containing the coordinates of trap locations. |
dets |
a data frame containing (at least): (i) |
sound.speed |
the speed of sound in metres per second. |
Detected sounds are assumed to come from the same animal if times of arrival at different microphones are closer together than the time it would take for sound to travel between these microphones.
A data frame. Specifically, the dets
dataframe, now
with a new variable, ID
.
David Borchers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.