photobiologyWavebands (version 0.4.2)

Far_red: Constructor of FR waveband

Description

Far-red radiation according to "ISO" (not defined) or as commonly defined in plant photobiology, "Smith10" (725-735 nm), "Smith20" (720-740 nm), "Inada" (700-800 nm), "Warrington" (700-850 nm), and "Sellaro" (700-750 nm). No weighting applied.

Usage

Far_red(std = "ISO")

Arguments

std

a character string, defaults to "ISO", as for other colour definitions, which in this case returns NA.

See Also

NIR for wavebands close to the boundary between red and infrared regions.

waveband

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

Examples

Run this code
# NOT RUN {
Far_red()
Far_red("ISO")
Far_red("Smith")

# }

Run the code above in your browser using DataCamp Workspace