photobiology (version 0.9.30)

getScaled: Get the "scaled" attribute

Description

Function to read the "scaled" attribute of an existing generic_spct object.

Usage

getScaled(x)

Arguments

x

a generic_spct object

Value

logical

See Also

Other rescaling functions: fscale(), fshift(), getNormalized(), is_normalized(), is_scaled(), normalize(), setNormalized(), setScaled()

Examples

Run this code
# NOT RUN {
scaled.spct <- fscale(sun.spct)
getScaled(scaled.spct)

# }

Run the code above in your browser using DataLab