calcRSP: Recreating RSP for a particular tracked animal

View source: R/runRSP.R

calcRSPR Documentation

Recreating RSP for a particular tracked animal

Description

Estimates the RSP individually for all tracks of a particular animal.

Usage

calcRSP(
  df.track,
  tz,
  distance,
  min.time,
  time.step,
  transition,
  er.ad,
  path.list,
  verbose
)

Arguments

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.

Value

A dataframe with the RSP estimations for all identified tracks for that animal.


YuriNiella/RSP documentation built on Feb. 2, 2024, 5:03 a.m.