Learn R Programming

spectrolab (version 0.0.18)

str.spectra: Structure of the spectra object

Description

Structure of the spectra object

Usage

# S3 method for spectra
str(object, ...)

Value

prints to console

Arguments

object

spectra object

...

additional args. not implemented

Author

Jose Eduardo Meireles

Examples

Run this code
library(spectrolab)
spec = as_spectra(spec_matrix_example, name_idx = 1)
str(spec)

Run the code above in your browser using DataLab