| is_absorbance_based | R Documentation |
Functions to query if an filter spectrum contains spectral absorbance data or spectral transmittance data.
is_absorbance_based(x)
is_absorptance_based(x)
is_transmittance_based(x)
x |
an R object |
is_absorbance_based returns a logical value, TRUE if its argument is a filter_spct
object that contains spectral absorbance data and FALSE otherwise,
but returns NA for any other R object, including those belonging
other generic_spct-derived classes.
is_absorptance_based returns a logical value, if its argument
is a filter_spct object, TRUE if it contains data as spectral
absorptance and FALSE otherwise, but returns NA for any other
R object, including those belonging other generic_spct-derived
classes.
is_transmittance_based returns TRUE if its argument is a
filter_spct object that contains spectral transmittance data and
FALSE if it does not contain such data, but returns NA for any other R
object, including those belonging other generic_spct-derived
classes.
Other query units functions:
is_mole_based(),
is_photon_based()
is_absorbance_based(polyester.spct)
my.spct <- T2A(polyester.spct)
is.filter_spct(my.spct)
is_absorbance_based(my.spct)
is_absorptance_based(polyester.spct)
is_transmittance_based(polyester.spct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.