normalization {photobiology} | R Documentation |
Normalization of an R object
Description
Normalization wavelength [nm
] of an R object, retrieved from the object's
attributes.
Usage
normalization(x)
## Default S3 method:
normalization(x)
## S3 method for class 'waveband'
normalization(x)
Arguments
x |
an R object |
Value
A single numeric value of wavelength [nm
].
Methods (by class)
-
normalization(default)
: Default methods. -
normalization(waveband)
: Normalization of awaveband
object.
See Also
Other waveband attributes:
is_effective()
,
labels()
[Package photobiology version 0.11.2 Index]