View source: R/ctm_functions.R
ctm_correct_c_t | R Documentation |
Calculate thermal inertia adjustment factors for SBE19 conductivity cell using temperature and parameters a and b, using the same method as the Thermal Mass Correction module in SBE Data Processing software.
ctm_correct_c_t(a, b, temperature, precision = 6)
a |
Numeric vector (1L). a parameter in thermal mass correction formula, as calculated by gapctd::ctm_par_a() |
b |
Numeric vector (1L). b parameter in thermal mass correction formula, as calculated by gapctd::ctm_par_b(). |
temperature |
Numeric vector of temperatures in degC (ITS-90 scale). |
precision |
Precision (significant digits) for conductivity (default = 6). |
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.