| wl_range {photobiology} | R Documentation |
A method specialization that returns the wavelength range from objects of classes "waveband" or of class "generic_spct" or derived.
wl_range(x, na.rm = FALSE) ## S3 method for class 'waveband' range(..., na.rm = FALSE) ## S3 method for class 'generic_spct' range(..., na.rm = FALSE) ## S3 method for class 'generic_mspct' range(..., na.rm = FALSE, idx = NULL)
x |
generic_spct, generic_mspct or waveband object. |
na.rm |
ignored |
... |
a single R object |
idx |
logical whether to add a column with the names of the elements of spct |
generic_spct:
generic_mspct:
Other wavelength summaries: wl_midpoint,
wl_min, wl_stepsize
range(sun.spct) wl_range(sun.spct) range(sun.spct)