prepareDetections: Prepare detection data for RSP calculations

View source: R/run_helpers.R

prepareDetectionsR Documentation

Prepare detection data for RSP calculations

Description

Open and sort the detections dataset for applying RSP estimation, using the tagging data to assign species names and indexes for each tracked animal.

Usage

prepareDetections(detections, spatial, coord.x, coord.y)

Arguments

detections

A list of detections provided by an actel function.

spatial

A list of spatial objects in the study area

coord.x, coord.y

The names of the columns containing the x and y positions of the stations in the spatial object.

Value

A standardised data frame to be used for RSP calculation.


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