View source: R/descrip_summary_overloads.R
print.spectra | R Documentation |
print
prints basic information about the spectra obj to the console
## S3 method for class 'spectra' print(x, ...)
x |
spectra object |
... |
other arguments passed to print. not implemented for spectra |
nothing. called for side effect
Jose Eduardo Meireles
library(spectrolab) spec = as_spectra(spec_matrix_example, name_idx = 1) print(spec) ## or simply spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.