Learn R Programming

photobiology (version 0.9.11)

midpoint: Central wavelength value

Description

A function that returns the wavelength at the center of the wavelength range.

Usage

midpoint(x, ...)
"midpoint"(x, ...)
"midpoint"(x, ...)
"midpoint"(x, ...)
"midpoint"(x, ...)
"midpoint"(x, ..., idx = !is.null(names(x)))

Arguments

x
an R object
...
not used in current version
idx
logical whether to add a column with the names of the elements of spct

Value

A numeric value equal to (max(x) - min(x)) / 2. In the case of spectral objects a wavelength in nm. For any other R object, according to available definitions of min and max.

Methods (by class)

  • default: Default method for generic function
  • numeric: Default method for generic function
  • waveband: Wavelength at center of a "waveband".
  • generic_spct: Method for "generic_spct".
  • generic_mspct: Method for "generic_mspct" objects.

See Also

Other wavelength summaries: min, range, stepsize

Other wavelength summaries: min, range, stepsize

Other wavelength summaries: min, range, stepsize

Examples

Run this code
midpoint(sun.spct)

Run the code above in your browser using DataLab