staRdom (version 1.0.3)

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)

Arguments

data

fluorescence data of class eemlist

n

width of rolling mean window in nm

Value

eemlist with smoothed data

Examples

Run this code
# NOT RUN {
data(eem_list)

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

Run the code above in your browser using DataCamp Workspace