Description Usage Arguments Value Examples
Calls eem_inner_filter_effect
for each sample to use different cuvette lengths.
1 | eem_ife_correction(data, abs_data, cuvl)
|
data |
fluorescence data of class eemlist |
abs_data |
absorbance data |
cuvl |
length of cuvette of absorption measurment in cm. Either a number or a data frame. Row names of data frame have to be similar to sample names in data |
fluorescence data of class eemlist
1 2 3 4 5 | folder <- system.file("extdata/cary/scans_day_1", package = "eemR") # load example data
eem_list <- eem_read(folder)
data(absorbance)
eem_ife_correction(eem_list,absorbance,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.