eem_absdil {staRdom} | R Documentation |
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 |
auto |
optional, see |
verbose |
optional, see |
Value
data frame
Examples
# no appropriate exmaple data available yet
[Package staRdom version 1.1.28 Index]