staRdom (version 1.1.28)

eem_smooth: 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))

Value

eemlist with smoothed data

Arguments

data

fluorescence data of class eemlist

n

width of rolling mean window in nm

cores

number of CPU cores to be used

Examples

Run this code
# \donttest{
data(eem_list)

eem_list <- eem_smooth(eem_list, n = 4, cores = 2)
# }

Run the code above in your browser using DataLab