make_fwhm | R Documentation |
Resample the FWHM to a new set of bands using a gaussian model
make_fwhm(spec, new_bands, new_fwhm = NULL, return_type = "max", k = 3)
spec |
spectra object |
new_bands |
band values to resample the spectra to |
new_fwhm |
FWHM for the new bands |
return_type |
either "max" or "old". If "old" (default), it returns the fwhm inferred from the original's spectra bands. If max (default), it returns the max between the new and old fwhm. |
k |
number of unique FHWM to estimate |
FWHM as a numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.