Learn R Programming

spectrolab (version 0.0.12)

str.spectra: Structure of the spectra object

Description

Structure of the spectra object

Usage

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

Arguments

object

spectra object

...

additional args. not implemented

Value

prints to console

Examples

Run this code
# NOT RUN {
library(spectrolab)
spec = as_spectra(spec_matrix_example, name_idx = 1)
str(spec)
# }

Run the code above in your browser using DataLab