eem_smooth: Smooth fluorescence data by calculating rolling mean along...

View source: R/correction_functions.R

eem_smoothR 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)


MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.