| is_scaled | R Documentation | 
This function tests a generic_spct object for an attribute that
signals whether the spectral data has been rescaled or not after the object
was created.
is_scaled(x)
x | 
 An R object.  | 
A logical value. If x is not scaled or x is
not a generic_spct object the value returned is FALSE.
Other rescaling functions: 
fscale(),
fshift(),
getNormalized(),
getScaled(),
is_normalized(),
normalize(),
setNormalized(),
setScaled()
scaled.spct <- fscale(sun.spct)
is_scaled(sun.spct)
is_scaled(scaled.spct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.