eem_smooth {staRdom} | R Documentation |
Smooth fluorescence data by calculating rolling mean along excitation wavelengths.
Description
Smooth fluorescence data by calculating rolling mean along excitation wavelengths.
Usage
eem_smooth(data, n = 4, cores = parallel::detectCores(logical = FALSE))
Arguments
data |
fluorescence data of class eemlist |
n |
width of rolling mean window in nm |
cores |
number of CPU cores to be used |
Value
eemlist with smoothed data
Examples
data(eem_list)
eem_list <- eem_smooth(eem_list, n = 4, cores = 2)
[Package staRdom version 1.1.28 Index]