powered by
A method specialization that returns the wavelength minimum from objects of classes "waveband" or of class "generic_spct" or derived.
wl_min(x, na.rm = FALSE)# S3 method for waveband min(..., na.rm = FALSE)# S3 method for generic_spct min(..., na.rm = FALSE)# S3 method for generic_mspct min(..., na.rm = FALSE, idx = NULL)
# S3 method for waveband min(..., na.rm = FALSE)
# S3 method for generic_spct min(..., na.rm = FALSE)
# S3 method for generic_mspct min(..., na.rm = FALSE, idx = NULL)
generic_spct, generic_mspct or waveband object.
ignored
not used in current version
logical whether to add a column with the names of the elements of spct
generic_spct:
generic_spct
generic_mspct:
generic_mspct
Other wavelength summaries: wl_midpoint, wl_range, wl_stepsize
wl_midpoint
wl_range
wl_stepsize
# NOT RUN { min(sun.spct) wl_min(sun.spct) # }
Run the code above in your browser using DataLab