photobiologyWavebands (version 0.4.3)

IR_bands: Constructor of lists of infrared wavebands

Description

Defined according to "ISO" or "CIE".

Usage

IR_bands(std = "ISO")

Arguments

std

a character string "ISO" or "CIE".

Value

a list of wavebands

See Also

waveband

Other lists of unweighted wavebands: Landsat_bands, Plant_bands, UV_bands, VIS_bands

Examples

Run this code
# NOT RUN {
IR_bands()
IR_bands("ISO")
IR_bands("CIE")

# }

Run the code above in your browser using DataCamp Workspace