Skip to contents

Wavelength-range definition for yellow radiation according to ISO.

Usage

Yellow(std = "ISO")

Arguments

std

a character string "ISO"

Value

a waveband object wavelength defining a wavelength range.

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(), UV(), UVA(), UVB(), UVC(), VIS()

Examples

Yellow()
#> Yellow.ISO 
#> low (nm) 570 
#> high (nm) 591 
#> weighted none 
Yellow("ISO")
#> Yellow.ISO 
#> low (nm) 570 
#> high (nm) 591 
#> weighted none 

e_irrad(sun.spct, Yellow()) # W m-2
#> E_Yellow.ISO 
#>     13.67971 
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total energy irradiance"
q_irrad(sun.spct, Yellow()) # mol m-2
#> Q_Yellow.ISO 
#> 6.636661e-05 
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total photon irradiance"
q_irrad(sun.spct, Yellow(), scale.factor = 1e6) # umol m-2
#> Q_Yellow.ISO 
#>     66.36661 
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total photon irradiance"