Description Usage Arguments Value
This function thins acoustic telemetry data into specified time intervals. For each interval, a receiver ID an a depth value are assigned depending on their probability distribution in the original data.
1 2 |
track.data |
|
tag.id |
vector with the ID codes of tagged individuals. |
rec.id |
vector with the ID codes of the receivers for each detection. |
time.stamp |
vector with the date and time of each detection in
|
depth |
vector with the depth values corresponding to each detection. |
time.int |
time interval to which data will be thinned, as given to the
|
depth.range |
vector with the minimum and maximum depth values, respectively, between wich the sampling of depths will occur. |
parallel |
option to apply the function in parallel (if |
Data frame with 4 columns: tag.id, time.stamps, rec.id, and depth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.