includeRSP | R Documentation |
Automatically estimates the RSP for all tracked individuals within a particular study area.
includeRSP(
detections,
transition,
tz,
distance,
time.step,
er.ad,
min.time,
max.time,
verbose,
debug = FALSE,
recaptures
)
detections |
Detection data for that individual as imported using RSPete. |
transition |
TransitionLayer object as returned by LTDpath. |
tz |
Timezone of the study area. |
distance |
Distance (in metres) by which RSP point should be spaced (between detections at different stations). Defaults to 250 metres. |
time.step |
Time lapse (in minutes) between RSP points added between detections at the same station. Defaults to 10 minutes. Must not be larger than |
er.ad |
Increment rate of the position errors for the estimated locations (in metres). If left unset, defaults to 5% of the |
min.time |
Minimum time required between receiver detections (in minutes) for RSP to be calculated. Default to 10 minutes. |
max.time |
Maximum time allowed between receiver detections (in hours) for RSP to be calculated. Defaults to 24 hours. |
verbose |
Logical: If TRUE, detailed messages and progression are displayed. Otherwise, a single progress bar is shown. |
debug |
Logical: If TRUE, the function progress is saved to an RData file. |
recaptures |
If the recapture locations will be included in the analysis. |
A list with the RSP estimations of individual tracks per transmitter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.