eem_absdil: Multiply absorbance data according to the dilution and remove absorbance from samples where undiluted data is used.
Description
According to dilution data absorbance is either multiplied by the according factor or the undiluted absorbance data is deleted. You can either specify the cor_data data table coming from eem_dilcorr
or supply an eemlist, and the dilution data to created on the fly.
Usage
eem_absdil(
abs_data,
eem_list = NULL,
dilution = NULL,
cor_data = NULL,
auto = TRUE,
verbose = FALSE
)
Arguments
- abs_data
absorbance data
- eem_list
optional eemlist
- dilution
optional dilution data as data frame
- cor_data
optional output from eem_dilcorr
as data frame
- auto
optional, see eem_dilcorr
- verbose
optional, see eem_dilcorr
Examples
Run this code# no appropriate exmaple data available yet
Run the code above in your browser using DataLab