A method specialization that returns the wavelength minimum [\(nm\)] from
objects of classes waveband
or of class generic_spct
or
derived.
Usage
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")
Value
a length-one vector for individual objects or numeric vectors or a data frame for collections of spectra.
See also
Other wavelength summaries:
wl_midpoint()
,
wl_range()
,
wl_stepsize()