eem_dilcorr | R Documentation |
Due to dilution absorbance spectra need to be multiplied by the dilution factor and names of EEM samples can be adjusted to be similar to their undiluted absorbance sample. The table contains information about these two steps. Undiluted samples are suggested by finding absorbance samples match the beginning of EEM sample name (see details).
eem_dilcorr(eem_list, abs_data, dilution, auto = FALSE, verbose = TRUE)
eem_list |
eemlist |
abs_data |
absorbance data as data frame |
dilution |
dilution data as data frame with rownames |
auto |
way how to deal with dilution is chosen automatically. See details. |
verbose |
print out more information |
If you choose an automatic analysis EEMs are renamed if there is only one matching undiluted absorbance sample. Matching samples is done by comparing the beginning of the sample name (e.g. "sample3_1to10" fits "sample3").
data frame
# no appropriate exmaple data available yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.