Learn R Programming

photobiologyWavebands (version 0.4.4)

Plant_bands: Constructor of lists of wavebands used in plant biology

Description

Defined according to different authors.

Usage

Plant_bands(std = "sensory20")

Arguments

std

a character string "sensory", "sensory10", "sensory20", "ISO", "CIE", "none" or "", where "ISO", "CIE" and "none" affect only the UV bands.

Value

a list of wavebands

See Also

waveband

Other lists of unweighted wavebands: IR_bands(), Landsat_bands(), UV_bands(), VIS_bands()

Examples

Run this code
# NOT RUN {
Plant_bands()
Plant_bands("sensory")
Plant_bands("sensory10")
Plant_bands("sensory20")
Plant_bands("ISO")
Plant_bands("CIE")

# }

Run the code above in your browser using DataLab