Get the "normalized" attribute
Function to read the "normalized" attribute of an existing generic_spct object.
getNormalized(x, .force.numeric = FALSE) getNormalised(x, .force.numeric = FALSE) getNormalization(x) getNormalisation(x)
x |
a generic_spct object |
.force.numeric |
logical If |
numeric or logical (possibly character for objects created with earlier versions).
if x is not a generic_spct object, NA is returned
getNormalised() is a synonym for this getNormalized()
method.
Other rescaling functions:
fscale(),
fshift(),
getScaled(),
is_normalized(),
is_scaled(),
normalize(),
setNormalized(),
setScaled()
sun_norm.spct <- normalize(sun.spct) getNormalized(sun.spct) getNormalization(sun.spct)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.