Description Usage Arguments Value Examples
Wrapper function to remove several scatterings in one step using eem_remove_scattering
.
1 2 3 | eem_rem_scat(data, remove_scatter, remove_scatter_width = 10,
interpolation = FALSE, cores = parallel::detectCores(logical =
FALSE), verbose = FALSE)
|
data |
object of class eemlist |
remove_scatter |
named logical vector. The names of the vector must be out of "raman1", "raman2", "rayleigh1" and "rayleigh2". Set |
remove_scatter_width |
numeric vector containing width of scattering to remove. If there is only one element in this vector, each this is the width of each removed scattering. If there are 4 values, differnt widths are used ordered by "raman1", "raman2", "rayleigh1" and "rayleigh2". |
interpolation |
logical, optionally states whether interpolation is done right away |
cores |
optional, CPU cores to use for interpolation |
verbose |
logical, provide additional information |
eemlist
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.