powered by
Function to read the "scaled" attribute of an existing generic_spct object.
getScaled(x, .force.list = FALSE)
a generic_spct object
logical If TRUE always silently return a list, with FALSE encoded field multiplier = 1.
TRUE
FALSE
multiplier = 1
logical
Other rescaling functions: fscale(), fshift(), getNormalized(), is_normalized(), is_scaled(), normalize(), setNormalized(), setScaled()
fscale()
fshift()
getNormalized()
is_normalized()
is_scaled()
normalize()
setNormalized()
setScaled()
# NOT RUN { scaled.spct <- fscale(sun.spct) getScaled(scaled.spct) # }
Run the code above in your browser using DataLab