wl.eval {hyperSpec} | R Documentation |
Evaluate function on wavelengths of hyperSpec object
Description
This is useful for generating certain types of baseline "reference spectra".
Usage
wl.eval(x, ..., normalize.wl = I)
Arguments
x |
hyperSpec object |
... |
hyperSpec method: expressions to be evaluated |
normalize.wl |
function to transorm the wavelengths before evaluating the polynomial (or
other function). Use |
Value
hyperSpec object containing one spectrum for each expression
Author(s)
C. Beleites
See Also
vanderMonde
for polynomials,
normalize01
to normalize the wavenumbers before evaluating the function
Examples
plot (wl.eval (laser, exp = function (x) exp (-x)))
[Package hyperSpec version 0.100.2 Index]