eem_range | R Documentation |
Cut EEM data matching a given wavelength range
eem_range(data, ex = c(0, Inf), em = c(0, Inf))
data |
EEM data as eemlist |
ex |
optional desired range of excitation wavelength |
em |
optional desired range of emission wavelength |
An eemlist of reduced spectra size.
data(eem_list)
eem_range(eem_list,ex = c(250,Inf),em = c(280,500))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.