staRdom (version 1.0.3)

eem_raman_normalisation2: 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')

Value

fluorescence data of class eemlist

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.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab