Function to write the "normalized" attribute of an existing generic_spct object.
setNormalized(
x,
norm = FALSE,
norm.type = NA_character_,
norm.factors = NA_real_,
norm.cols = NA_character_
)setNormalised(
x,
norm = FALSE,
norm.type = NA_character_,
norm.factors = NA_real_,
norm.cols = NA_character_
)
a generic_spct object.
numeric (or logical) Normalization wavelength (nanometres).
character Type of normalization applied.
numeric The scaling factor(s) so that dividing the spectral values by this factor reverts the normalization.
character The name(s) of the data columns normalized.
Other rescaling functions:
fscale()
,
fshift()
,
getNormalized()
,
getScaled()
,
is_normalized()
,
is_scaled()
,
normalize()
,
setScaled()