Description Usage Arguments Details Value Examples
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.
1 | eem_raman_normalisation2(data, blank = "blank")
|
data |
fluorescence data of class eemlist |
blank |
defines how Raman normalisation is done (see '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.
fluorescence data of class eemlist
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.