Learn R Programming

photobiology (version 0.9.6)

range: Wavelength range

Description

A function that returns the wavelength range.

Usage

## 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)

Arguments

...
not used in current version
na.rm
ignored
idx
logical whether to add a column with the names of the elements of spct

Methods (by class)

  • generic_spct:
  • generic_mspct:

See Also

Other wavelength summaries: midpoint, min, stepsize

Examples

Run this code
range(sun.spct)

Run the code above in your browser using DataLab