Learn R Programming

photobiologyWavebands (version 0.4.4)

Green: Constructor of green waveband

Description

Green radiation according to ISO or as commonly defined in plant photobiology, no weighting applied.

Usage

Green(std = "ISO")

Arguments

std

a character string "ISO", "Sellaro" or "LandsatRBV", and equivalent names for Landsat imagers.

Value

a waveband object wavelength defining a wavelength range.

See Also

waveband

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

Examples

Run this code
# NOT RUN {
Green()
Green("ISO") # 500 to 570
Green("Sellaro") # 500 to 570 nm

# }

Run the code above in your browser using DataLab