View source: R/rhobo.check.inputs.R
rhobo.check.inputs | R Documentation |
Take as input all the parameters and does some basic checks (chronological order for dates, files are present in the folder, pressure is in millibar)
rhobo.check.inputs(
path2data = NULL,
foldername = NULL,
TC_pre = NULL,
TC_post = NULL,
TM_init = NULL,
TM_end = NULL,
Pbaro_mbar_init = NULL,
Pbaro_mbar_end = NULL
)
path2data |
User's path to the folder where the data are stored. Within that folder, there should be two subfolders with the raw data (Hobo_Raw) and the processed data (Hobo_Process) |
TC_pre |
datetime of end of the "initialization" calibration (pre-deployment) |
TC_post |
datetime of end of the "end of deployement" calibration (post-deployment) |
TM_init |
Time measurement initialization : when probes are back in the lakes |
TM_end |
Time measurement end: when probes are taken out of the lakes |
Pbaro_mbar_init |
Atmospheric pressure in millibars during the "initialization" calibration (pre-deployment) |
Pbaro_mbar_end |
Atmospheric pressure in millibars during the "end of deployement" calibration (post-deployment) |
filename |
path to file we need to calculate the correction factors for. The file is a raw HOBO file, with temperature and oxygen. |
Rosalie Bruel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.