powered by
print prints basic information about the spectra obj to the console
print
# S3 method for spectra print(x, ...)
spectra object
other arguments passed to print. not implemented for spectra
nothing. called for side effect
# 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