View source: R/mspct.methods.R
| convolve_each | R Documentation |
Convolve function for collections of spectra which applies an operation on all the individual members of the collection(s) of spectra.
convolve_each(e1, e2, oper = `*`, sep = "_", ...)
e1 |
an object of class |
e2 |
an object of class |
oper |
function, usually but not necessarily an operator with two arguments. |
sep |
character Used when pasting the names of members of |
... |
additional arguments passed to |
At least one of e1 and e2 must be a generic_mspct object or
derived.
Other math operators and functions:
MathFun,
^.generic_spct(),
div-.generic_spct,
log(),
minus-.generic_spct,
mod-.generic_spct,
plus-.generic_spct,
round(),
sign(),
slash-.generic_spct,
times-.generic_spct
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.