View source: R/correction_functions.R
eem_smooth | R Documentation |
Smooth fluorescence data by calculating rolling mean along excitation wavelengths.
eem_smooth(data, n = 4, cores = parallel::detectCores(logical = FALSE))
data |
fluorescence data of class eemlist |
n |
width of rolling mean window in nm |
cores |
number of CPU cores to be used |
eemlist with smoothed data
data(eem_list)
eem_list <- eem_smooth(eem_list, n = 4, cores = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.