Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

loadDetections

Load ALS detections


Description

If there are previously compiled detections present, offers the chance to reuse. Otherwise triggers combineDetections.

Usage

loadDetections(
  start.time = NULL,
  stop.time = NULL,
  tz,
  force = FALSE,
  save.detections = FALSE,
  record.source = FALSE
)

Arguments

start.time

Detection data prior to the timestamp set in start.time (in YYYY-MM-DD HH:MM:SS format) is not considered during the analysis.

stop.time

Detection data posterior to the timestamp set in stop.time (in YYYY-MM-DD HH:MM:SS format) is not considered during the analysis.

tz

The time zone of the study area. Must match one of the values present in timezones.

save.detections

Logical: Should the processed detections be saved for future runs?

Value

A data frame with all the detections


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.