summary.eemlist | R Documentation |
Display summary of an eemlist object
## S3 method for class 'eemlist'
summary(object, ...)
object |
An object of class |
... |
Extra arguments. |
A data frame containing summarized information on EEMs.
Character. Sample name of the EEM,
Numerical. Minimum excitation wavelength
Numerical. Maximum excitation wavelength
Numerical. Minimum emission wavelength
Numerical. Maximum emission wavelength
Logical. TRUE if the sample has been blank corrected.
Logical. TRUE if scattering bands have been removed from the sample.
Logical. TRUE if the sample has been corrected for inner-filter effect.
Logical. TRUE if the sample has been Raman normalized.
Character. The name of the manufacturer.
folder <- system.file("extdata/cary", package = "eemR")
eem <- eem_read(folder, recursive = TRUE, import_function = "cary")
summary(eem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.