conductivity_correction | R Documentation |
Discrete time filter to correct thermal inertia errors in conductivity cell measurements.
conductivity_correction(x, alpha_C, beta_C, freq_n = 0.25, method = "seabird")
x |
ctd object that includes timeS, temperature, and conductivity channels. |
alpha_C |
Alpha parameter for conductivity correction (1L numeric) |
beta_C |
Beta parameter for conductivity correction (1L numeric) |
freq_n |
Optional. Sampling interval in seconds (1L numeric). Sampling interval is inferred from timeS if not provided. |
method |
Method to use for conductivity cell thermal mass correction. Currently only "seabird" (i.e. equation in SBE Data Processing) |
ctd object with correction applied to conductivity.
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.