These functions return a spectral object of the same class as the one supplied as argument but with the spectral data scaled.
fscale_spct(spct, range, col.names, f, target, set.scaled, ...)
generic_spct The spectrum to be normalized
an R object on which range() returns a vector of length 2, with min and max wavelengths (nm)
character The name of the variable to fscale
function A summary function to be applied to spct
logical Flag indicating if the data is to be marked as "scaled" or not.
other arguments passed to f()
a new object of the same class as spct
.