powered by
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)
getNormalised(x, .force.numeric = FALSE)
getNormalization(x)
getNormalisation(x)
a generic_spct object
logical If TRUE always silently return a numeric value, with FALSE encoded as zero, and character values as NA.
TRUE
FALSE
NA
numeric or logical (possibly character for objects created with earlier versions).
Other rescaling functions: fscale(), fshift(), getScaled(), is_normalized(), is_scaled(), normalize(), setNormalized(), setScaled()
fscale()
fshift()
getScaled()
is_normalized()
is_scaled()
normalize()
setNormalized()
setScaled()
# NOT RUN { sun_norm.spct <- normalize(sun.spct) getNormalized(sun.spct) getNormalization(sun.spct) # }
Run the code above in your browser using DataLab