check_consistencyTA_distance {RoMEBS} | R Documentation |
The function checks whether the distances reported in the haul data (TA) are consistent with the hauls duration.
check_consistencyTA_distance(DataTA, wd, suffix)
DataTA |
Haul data table according to MEDITS protocol (TA) |
wd |
working directory path defined by the user |
suffix |
Suffix string of the Logfile |
Check between duration of the haul and distance (tolerance of 15%)
The function returns a boolean value. It is FALSE in case one or more distances in the TA table are out the 15% of the tollerance from the expected values.
I. Bitetto, W. Zupa
Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp.https://www.sibm.it/MEDITS 2011/principaledownload.htm
library(MEDITS) wd=tempdir() suffix="2020-03-05_time_h17m44s55" library(RoMEBS) check_consistencyTA_distance(MEDITS::TA,wd,suffix)