Description Usage Arguments Value Examples
This function allows to manually specify either excitation or emission vector of wavelengths in EEMs. This function is mostly used with spectrophotometers such as Shimadzu that do not include excitation wavelengths in fluorescence files.
1 | eem_set_wavelengths(eem, ex, em)
|
eem |
An object of class |
ex |
A numeric vector of excitation wavelengths. |
em |
A numeric vector of emission wavelengths. |
An object of class eemlist
.
1 2 3 4 5 6 | folder <- system.file("extdata/shimadzu", package = "eemR")
eem <- eem_read(folder, import_function = "shimadzu")
eem <- eem_set_wavelengths(eem, ex = seq(230, 450, by = 5))
plot(eem)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.