merge.moor | R Documentation |
helper function, not called by user
## S3 method for class 'moor'
merge(trackingData, moorData, timeMaxh = Inf, distMaxkm = Inf)
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 |
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. |
The trackingData
dataframe with the sensor values from the nearest moor_site_code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.