powered by
Smooth fluorescence data by calculating rolling mean along excitation wavelengths.
eem_smooth(data, n = 4, cores = parallel::detectCores(logical = FALSE))
eemlist with smoothed data
fluorescence data of class eemlist
width of rolling mean window in nm
number of CPU cores to be used
# \donttest{ data(eem_list) eem_list <- eem_smooth(eem_list, n = 4, cores = 2) # }
Run the code above in your browser using DataLab