Description Usage Arguments Details Value Examples
Calculate raman area of EEM samples
1  | 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
1 2 3 4 5  | folder <- system.file("extdata/EEMs",package="staRdom")
eem_list <- eem_read_csv(folder)
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.