View source: R/descrip_summary_overloads.R
| range.spectra | R Documentation | 
range Returns the range of (min, max) values in spectra
## S3 method for class 'spectra'
range(..., na.rm = FALSE)
| ... | spectra object | 
| na.rm | boolean. remove NAs? Defaults to FALSE | 
tuple of numeric values (min, max)
Jose Eduardo Meireles
library(spectrolab)
spec = as_spectra(spec_matrix_example, name_idx = 1)
range(spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.