Learn R Programming

photobiologyWavebands (version 0.5.2)

Yellow: Constructor of yellow waveband

Description

Wavelength-range definition for yellow radiation according to ISO.

Usage

Yellow(std = "ISO")

Value

a waveband object wavelength defining a wavelength range.

Arguments

std

a character string "ISO"

Details

Yellow radiation (570...591 nm) as defined in ISO standards based on human colour vision.

See Also

waveband

Other unweighted wavebands: Blue(), Far_red(), Green(), IR(), Orange(), Purple(), Red(), UVA(), UVB(), UVC(), UV(), VIS()

Examples

Run this code
Yellow()
Yellow("ISO")

e_irrad(sun.spct, Yellow()) # W m-2
q_irrad(sun.spct, Yellow()) # mol m-2
q_irrad(sun.spct, Yellow(), scale.factor = 1e6) # umol m-2

Run the code above in your browser using DataLab