is_normalized: Query whether a generic spectrum has been normalized.

View source: R/spct.normalize.r

is_normalizedR Documentation

Query whether a generic spectrum has been normalized.

Description

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.

Usage

is_normalized(x)

is_normalised(x)

Arguments

x

An R object.

Value

A logical value. If x is not normalized or x is not a generic_spct object the value returned is FALSE.

Note

is_normalised() is a synonym for this is_normalized() method.

See Also

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


photobiology documentation built on Oct. 21, 2023, 1:06 a.m.