R/eem_read.R
eem constructor
eem(file, x, ex, em, location = NA)
file | A string containing the file name of the eem. |
---|---|
x | A matrix with fluorescence values. |
ex | Vector of excitation wavelengths. |
em | Vector of emission wavelengths. |
location | Location of the eem file. |
An object of class eem
containing:
sample The file name of the eem.
x A matrix with fluorescence values.
em Emission vector of wavelengths.
ex Excitation vector of wavelengths.