check_position {RoMEBS} | R Documentation |
The function generate three different plots, haul start position, haul end position and start and end positions together.
check_position(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 |
The haul position maps are saved in the Graph directory allocated in the user defined wd directory.
The function generate three maps of the haul position that are stored in the Graph folder allocated in the user defined wd directory
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" check_position(MEDITS::TA,wd,suffix)