str.spectra {spectrolab} | R Documentation |
Structure of the spectra object
Description
Structure of the spectra object
Usage
## S3 method for class 'spectra'
str(object, ...)
Arguments
object |
spectra object |
... |
additional args. not implemented |
Value
prints to console
Author(s)
Jose Eduardo Meireles
Examples
library(spectrolab)
spec = as_spectra(spec_matrix_example, name_idx = 1)
str(spec)
[Package spectrolab version 0.0.19 Index]