eem_raman_normalisation2: Wrapper function to eem_raman_normalisation (eemR).

View source: R/correction_functions.R

eem_raman_normalisation2R Documentation

Wrapper function to eem_raman_normalisation (eemR).

Description

Usually Raman normalisation is done with fluorescence data from a blank sample. Sometimes you already know a value for the Raman area. This function can do both.

Usage

eem_raman_normalisation2(data, blank = "blank")

Arguments

data

fluorescence data of class eemlist

blank

defines how Raman normalisation is done (see 'Details')

Details

Possible values for blank:

"blank": normalisation is done with a blank sample. Please refer to eem_raman_normalisation.

numeric: normalisation is done with one value for all samples.

data frame: normalisation is done with different values for different samples. Values are taken from a data.frame with sample names as rownames and one column containing the raman area values.

Value

fluorescence data of class eemlist

Examples

data(eem_list)
# correction by blank
eems_bl <- eem_raman_normalisation2(eem_list,blank="blank")

# correction by value
eems_num <- eem_raman_normalisation2(eem_list,blank=168)

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