Read and Plot Autosampler Files
Usage
readAndPlotAutoSamplerFiles(
filePaths,
removePattern = "Power|Bluetooth|Modem|SMS|Sonde",
to.pdf = TRUE,
evtSepTime = 30 * 60
)
Arguments
- filePaths
full path(s) to ORI Auto sampler log files PN_<yyyymmdd>_<station>.csv
- removePattern
regular expression pattern matching logged actions to be removed before plotting. Set to "" in order not to remove any action
- to.pdf
if TRUE, graphical output is directed to PDF
- evtSepTime
event separation time in seconds. Minimum time of "no signal" between two distinct events.