View source: R/correction_functions.R
eem_raman_area | R Documentation |
Calculate raman area of EEM samples
eem_raman_area(eem_list, blanks_only = TRUE, average = FALSE)
eem_list |
An object of class eemlist. |
blanks_only |
logical. States whether all samples or just blanks will be used. |
average |
logical. States whether samples will be averaged before calculating the raman area. |
Code based on eem_raman_normalisation
.
data frame containing sample names, locations and raman areas
folder <- system.file("extdata/EEMs",package="staRdom")
eem_list <- eem_read(folder, recursive = TRUE, import_function = eem_csv)
blank <- eem_extract(eem_list,sample ="blank", keep = TRUE)
eem_raman_area(blank)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.