Description Usage Arguments Value Examples
If samples were diluted before measuring, a dilution factor has to be added to the measured data. This function can do that by either multilpying each sample with the same value or using a data frame with different values for each sample.
1 | eem_dilution(data, dilution = 1)
|
data |
fluorescence data with class eemlist |
dilution |
dilution factor(s), either numeric value or data frame. Row names of data frame have to be similar to sample names in eemlist. |
fluorescence data with class eemlist
1 2 3 | data(eem_list)
eem_list <- eem_dilution(eem_list,dilution=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.