Description Usage Arguments Value
Perform normalization on objects of class hyperSpec
.
1 2 3 4 5 6 7 8 9 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.