Perform normalization on objects of class hyperSpec
.
minmax_normalization(x) snv_normalization(x) vector_normalization(x) area_normalization(x, FUN = c("mean", "sum")) band_normalization(x, band)
x | A |
---|---|
FUN | character; "mean" or "sum" to select the function to use for the area normalization. Using "sum", the integral under the spectrum gets 1, using "mean" the spectrum scales with intensities around 1. |
band | numeric or formula; specifying the band or wavelength range to use for band normalization. |
A hyperSpec
object with normalized intensities