| getScaled | R Documentation |
Function to read the "scaled" attribute of an existing generic_spct object.
getScaled(x, .force.list = FALSE)
getScaling(x)
x |
a generic_spct object |
.force.list |
logical If |
logical
if x is not a filter_spct object, NA is returned
Other rescaling functions:
fscale(),
fshift(),
getNormalized(),
is_normalized(),
is_scaled(),
normalize(),
setNormalized(),
setScaled()
scaled.spct <- fscale(sun.spct)
getScaled(scaled.spct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.