compileDetections: Combine ALS detections

View source: R/load.R

compileDetectionsR Documentation

Combine ALS detections

Description

Finds the detections' files and processes them.

Usage

compileDetections(
  path = "detections",
  start.time = NULL,
  stop.time = NULL,
  tz,
  save.detections = FALSE,
  record.source = FALSE
)

Arguments

path

the path(s) to the detection files

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 documentation built on Oct. 19, 2023, 9:08 a.m.