| wl_min | R Documentation | 
A method specialization that returns the wavelength minimum [nm] from
objects of classes waveband or of class generic_spct or
derived.
wl_min(x, na.rm = FALSE)
## S3 method for class 'waveband'
min(..., na.rm = FALSE)
## S3 method for class 'generic_spct'
min(..., na.rm = FALSE)
## S3 method for class 'generic_mspct'
min(..., na.rm = FALSE, idx = "spct.idx")
| x | generic_spct, generic_mspct or waveband object. | 
| na.rm | ignored | 
| ... | not used in current version | 
| idx | character Name of the column with the names of the members of the collection of spectra. | 
a length-one vector for individual objects or numeric vectors or a data frame for collections of spectra.
min(generic_spct): 
min(generic_mspct): 
Other wavelength summaries: 
wl_midpoint(),
wl_range(),
wl_stepsize()
min(sun.spct)
wl_min(sun.spct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.