photobiology (version 0.9.26)

wl_range: Wavelength range

Description

A method specialization that returns the wavelength range from objects of classes "waveband" or of class "generic_spct" or derived.

Usage

wl_range(x, na.rm = FALSE)

# S3 method for waveband range(..., na.rm = FALSE)

# S3 method for generic_spct range(..., na.rm = FALSE)

# S3 method for generic_mspct range(..., na.rm = FALSE, idx = "spct.idx")

Arguments

x

generic_spct, generic_mspct or waveband object.

na.rm

ignored

...

a single R object

idx

character Name of the column with the names of the members of the collection of spectra.

Methods (by class)

  • generic_spct:

  • generic_mspct:

See Also

Other wavelength summaries: wl_midpoint, wl_min, wl_stepsize

Examples

Run this code
# NOT RUN {
range(sun.spct)
wl_range(sun.spct)

range(sun.spct)

# }

Run the code above in your browser using DataCamp Workspace