Display summary of an eem object

# S3 method for eem
summary(object, ...)

Arguments

object

An object of class eem.

...

Extra arguments.

Value

A data frame containing summarized information on EEMs.

sample

Character. Sample name of the EEM,

ex_min

Numerical. Minimum excitation wavelength

ex_max

Numerical. Maximum excitation wavelength

em_min

Numerical. Minimum emission wavelength

em_max

Numerical. Maximum emission wavelength

is_blank_corrected

Logical. TRUE if the sample has been blank corrected.

is_scatter_corrected

Logical. TRUE if scattering bands have been removed from the sample.

is_ife_corrected

Logical. TRUE if the sample has been corrected for inner-filter effect.

is_raman_normalized

Logical. TRUE if the sample has been Raman normalized.

manufacturer

Character. The name of the manufacturer.

Examples

file <- system.file("extdata/cary/scans_day_1/", "sample1.csv", package = "eemR") eem <- eem_read(file) summary(eem)
#> sample ex_min ex_max em_min em_max is_blank_corrected is_scatter_corrected #> 1 sample1 220 450 230 600 FALSE FALSE #> is_ife_corrected is_raman_normalized manufacturer #> 1 FALSE FALSE Cary Eclipse