CT_one_cal | R Documentation |
This function reads in a dataframe containing electrical conductivity logs from a conductivity-temperature logger and calculates specific conductance from in situ electrical conductivity and temperature readings.
CT_one_cal( data, date, temp, EC.logger, cal.ref, cal.ref.temp, startCal, endCal, EC.cal = FALSE )
data |
The dataframe containing raw Electrical Conductivity values |
date |
Date and time column used to filter out calibration times |
temp |
Temperature at which electrical conductivity values were logged |
EC.logger |
Electrical conductivity logged at time of calibration |
cal.ref |
The conductivity calibration solution specific conductance value, uS/cm at 25degC, or the electrical conductivity value of a secondary probe |
cal.ref.temp |
The temperature of the conductivity standard or in situ water read by a secondary probe |
startCal |
Date and time at the start of the calibration |
endCal |
Date and time at the end of the calibration |
EC.cal |
Logical parameter indicating whether the logger should be calibrated to an electrical conductivity value, then TRUE, or a specific conductance value, then FALSE. Default = FALSE. |
The original dataframe with the newly calculated Specific Conductance and calibrated SC values of CT logger data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.