View source: R/CDOMFileCorrection.R
CDOMFileCorrection | R Documentation |
If CDOM files are short in absorbance at low or high wavelength compared to EEMs this function will create dummy values to fill the gap and let the function apply the correction These wavelength must be removed from the EEMs
CDOMFileCorrection( CDOM, low, high, lowfrom = 0, lowto = 0, highfrom = 0, highto = 0 )
CDOM |
is the CDOM file to correct |
low |
is a logical parameter to let the function add short wavelengths. |
high |
is a logical parameter to let the function add long wavelengths. |
lowfrom |
is the start of the short wavelength |
lowto |
is the end of the short wavelength |
highfrom |
is the start of the long wavelength |
highto |
is the end of the long wavelength |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.