is_spectra | R Documentation |
is_spectra
tests if the argument is a spectra class object
is_spectra(x)
x |
any object |
boolean
Jose Eduardo Meireles
library(spectrolab) spec = as_spectra(spec_matrix_example, name_idx = 1) spec1 = unclass(spec) is_spectra(spec) is_spectra(spec1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.