Learn R Programming

spectrolab (version 0.0.12)

print.spectra: Print spectra

Description

print prints basic information about the spectra obj to the console

Usage

# S3 method for spectra
print(x, ...)

Arguments

x

spectra object

...

other arguments passed to print. not implemented for spectra

Value

nothing. called for side effect

Examples

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

Run the code above in your browser using DataLab