| is_mole_based | R Documentation |
Functions to check if an solute attenuation spectrum contains coefficients on expressed on mole of mass base.
is_mole_based(x)
is_mass_based(x)
x |
an R object |
is_mole_based returns TRUE if its argument is a
solute_spct object that contains spectral K.mole data and
FALSE if it contains K.mass data, but returns NA for any
other R object, including those belonging other generic_spct-derived
classes. is_mass_based returns the complement of
is_mole_based.
Other query units functions:
is_absorbance_based(),
is_photon_based()
print("missing example")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.