merge.moor: Link the QC Detection Dataset to the Sensor Value obtained by...

View source: R/merge.moor.R

merge.moorR Documentation

Link the QC Detection Dataset to the Sensor Value obtained by the Nearest IMOS Mooring

Description

helper function, not called by user

Usage

## S3 method for class 'moor'
merge(trackingData, moorData, timeMaxh = Inf, distMaxkm = Inf)

Arguments

trackingData

dataframe containing acoustic detection data in IMOS QC format. This could also have the moorings site_code next to it as generated using the getDistance function.

moorData

optional dataframe containing the sensor data from a single IMOS mooring.

timeMaxh

optional numeric string containing the maximum time threshold in hours to merge detection and mooring sensor values.

distMaxkm

optional numeric string containing the maximum distance threshold in km to merge detection and mooring sensor values.

Value

The trackingData dataframe with the sensor values from the nearest moor_site_code


IMOS-AnimalTracking/remora documentation built on Jan. 29, 2025, 4:38 p.m.