Learn R Programming

eemR (version 1.0.1)

print.eemlist: Display summary of an eemlist object

Description

Display summary of an eemlist object

Usage

# S3 method for eemlist
print(x, ...)

Arguments

x

An object of class eemlist.

...

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

Run this code
# NOT RUN {
folder <- system.file("extdata/cary", package = "eemR")
eem <- eem_read(folder, recursive = TRUE, import_function = "cary")

print(eem)
# }

Run the code above in your browser using DataLab