Is an R object "effective"
A generic function for querying if a biological spectral weighting function (BSWF) has been applied to an object or is included in its definition.
is_effective(x) ## Default S3 method: is_effective(x) ## S3 method for class 'waveband' is_effective(x) ## S3 method for class 'generic_spct' is_effective(x) ## S3 method for class 'source_spct' is_effective(x) ## S3 method for class 'summary_generic_spct' is_effective(x) ## S3 method for class 'summary_source_spct' is_effective(x)
x |
an R object |
A logical
.
default
: Default method.
waveband
: Is a waveband
object defining a method for
calculating effective irradiance.
generic_spct
: Does a source_spct
object contain effective
spectral irradiance values.
source_spct
: Does a source_spct
object contain effective
spectral irradiance values.
summary_generic_spct
: Method for "summary_generic_spct".
summary_source_spct
: Method for "summary_source_spct".
Other waveband attributes:
labels()
,
normalization()
is_effective(summary(sun.spct))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.