eem_extend2largest | R Documentation |
Compared to the whole sample set, wavelengths missing in some samples are added and set NA or interpolated. This can be especially helpful, if you want to combine data measured with different wavelength intervals in a given range.
eem_extend2largest(eem_list, interpolation = FALSE, ...)
eem_list |
eemlist |
interpolation |
logical, whether added NAs should be interpolated |
... |
arguments passed to eem_interp |
eemlist
library(dplyr)
data(eem_list)
eem_list <- eem_exclude(eem_list[1:5] %>%
`class<-`("eemlist"), exclude = list(em = c(318,322,326,550,438), ex = c(270,275))) %>%
eem_bind(eem_list[6:15] %>% `class<-`("eemlist"))
ggeem(eem_list)
eem_extend2largest(eem_list) %>%
ggeem()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.