View source: R/spct.normalize.r
| is_normalized | R Documentation |
This function tests a generic_spct object for an attribute that
signals whether the spectral data has been normalized or not after the object
was created.
is_normalized(x)
is_normalised(x)
x |
An R object. |
A logical value indicating if x is normalized or not,
for collections of spectra, a named list with logicals as members.
If x is not a generic_spct or generic_mspct object the
value returned is NA.
is_normalised() is a synonym for this is_normalized()
method.
Other rescaling functions:
fscale(),
fshift(),
getNormalized(),
getScaled(),
is_scaled(),
normalize(),
setNormalized(),
setScaled()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.