calcRSP | R Documentation |
Estimates the RSP individually for all tracks of a particular animal.
calcRSP(
df.track,
tz,
distance,
min.time,
time.step,
transition,
er.ad,
path.list,
verbose
)
df.track |
Detection data for that individual as imported using RSPete. |
tz |
Time zone of the study area. |
distance |
Maximum distance between RSP locations. |
min.time |
Minimum time required between receiver detections (in minutes) for RSP to be calculated. Default to 10 minutes. |
time.step |
Time lapse in minutes to be considered for consecutive detections at the same station. |
transition |
TransitionLayer object as returned by LTDpath. |
er.ad |
Incremental error per additional RSP point. |
path.list |
A list of previously calculated paths. |
verbose |
Logical: If TRUE, detailed messages and progression are displayed. Otherwise, a single progress bar is shown. |
A dataframe with the RSP estimations for all identified tracks for that animal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.