CDOMFileCorrection: This function fills gap in missing nanometers between CDOM...

View source: R/CDOMFileCorrection.R

CDOMFileCorrectionR Documentation

This function fills gap in missing nanometers between CDOM and FDOM matching file

Description

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

Usage

CDOMFileCorrection(
  CDOM,
  low,
  high,
  lowfrom = 0,
  lowto = 0,
  highfrom = 0,
  highto = 0
)

Arguments

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


RichardLaBrie/paRafac_correction documentation built on March 13, 2023, 2:11 p.m.