getScaled {photobiology} | R Documentation |
Get the "scaled" attribute
Description
Function to read the "scaled" attribute of an existing generic_spct object.
Usage
getScaled(x, .force.list = FALSE)
getScaling(x)
Arguments
x |
a generic_spct object |
.force.list |
logical If |
Value
logical
Note
if x is not a filter_spct
object, NA
is returned
See Also
Other rescaling functions:
fscale()
,
fshift()
,
getNormalized()
,
is_normalized()
,
is_scaled()
,
normalize()
,
setNormalized()
,
setScaled()
Examples
scaled.spct <- fscale(sun.spct)
getScaled(scaled.spct)
[Package photobiology version 0.11.2 Index]