includeRSP: Recreating RSP for all tracked animals

View source: R/runRSP.R

includeRSPR Documentation

Recreating RSP for all tracked animals

Description

Automatically estimates the RSP for all tracked individuals within a particular study area.

Usage

includeRSP(
  detections,
  transition,
  tz,
  distance,
  time.step,
  er.ad,
  min.time,
  max.time,
  verbose,
  debug = FALSE,
  recaptures
)

Arguments

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 min.time.

er.ad

Increment rate of the position errors for the estimated locations (in metres). If left unset, defaults to 5% of the distance argument.

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.

Value

A list with the RSP estimations of individual tracks per transmitter.


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