Defined according to different authors.
Arguments
- std
a character string "sensory", "sensory10", "sensory20", "Sellaro", "ISO", "CIE", "none" or "", where "ISO", "CIE" and "none" affect only the UV bands.
See also
Other lists of unweighted wavebands:
IR_bands()
,
Landsat_bands()
,
UV_bands()
,
VIS_bands()
Examples
Plant_bands()
#> [[1]]
#> UVB.ISO
#> low (nm) 280
#> high (nm) 315
#> weighted none
#>
#> [[2]]
#> UVA2.CIE
#> low (nm) 315
#> high (nm) 340
#> weighted none
#>
#> [[3]]
#> UVA1.CIE
#> low (nm) 340
#> high (nm) 400
#> weighted none
#>
#> [[4]]
#> Blue.Sellaro
#> low (nm) 420
#> high (nm) 490
#> weighted none
#>
#> [[5]]
#> Green.Sellaro
#> low (nm) 500
#> high (nm) 570
#> weighted none
#>
#> [[6]]
#> Red.Smith20
#> low (nm) 650
#> high (nm) 670
#> weighted none
#>
#> [[7]]
#> FarRed.Smith20
#> low (nm) 720
#> high (nm) 740
#> weighted none
#>
Plant_bands("sensory")
#> [[1]]
#> UVB.ISO
#> low (nm) 280
#> high (nm) 315
#> weighted none
#>
#> [[2]]
#> UVA2.CIE
#> low (nm) 315
#> high (nm) 340
#> weighted none
#>
#> [[3]]
#> UVA1.CIE
#> low (nm) 340
#> high (nm) 400
#> weighted none
#>
#> [[4]]
#> Blue.Sellaro
#> low (nm) 420
#> high (nm) 490
#> weighted none
#>
#> [[5]]
#> Green.Sellaro
#> low (nm) 500
#> high (nm) 570
#> weighted none
#>
#> [[6]]
#> Red.Smith20
#> low (nm) 650
#> high (nm) 670
#> weighted none
#>
#> [[7]]
#> FarRed.Smith20
#> low (nm) 720
#> high (nm) 740
#> weighted none
#>
Plant_bands("sensory10")
#> [[1]]
#> UVB.ISO
#> low (nm) 280
#> high (nm) 315
#> weighted none
#>
#> [[2]]
#> UVA2.CIE
#> low (nm) 315
#> high (nm) 340
#> weighted none
#>
#> [[3]]
#> UVA1.CIE
#> low (nm) 340
#> high (nm) 400
#> weighted none
#>
#> [[4]]
#> Blue.Sellaro
#> low (nm) 420
#> high (nm) 490
#> weighted none
#>
#> [[5]]
#> Green.Sellaro
#> low (nm) 500
#> high (nm) 570
#> weighted none
#>
#> [[6]]
#> Red.Smith10
#> low (nm) 655
#> high (nm) 665
#> weighted none
#>
#> [[7]]
#> FarRed.Smith10
#> low (nm) 725
#> high (nm) 735
#> weighted none
#>
Plant_bands("sensory20")
#> [[1]]
#> UVB.ISO
#> low (nm) 280
#> high (nm) 315
#> weighted none
#>
#> [[2]]
#> UVA2.CIE
#> low (nm) 315
#> high (nm) 340
#> weighted none
#>
#> [[3]]
#> UVA1.CIE
#> low (nm) 340
#> high (nm) 400
#> weighted none
#>
#> [[4]]
#> Blue.Sellaro
#> low (nm) 420
#> high (nm) 490
#> weighted none
#>
#> [[5]]
#> Green.Sellaro
#> low (nm) 500
#> high (nm) 570
#> weighted none
#>
#> [[6]]
#> Red.Smith20
#> low (nm) 650
#> high (nm) 670
#> weighted none
#>
#> [[7]]
#> FarRed.Smith20
#> low (nm) 720
#> high (nm) 740
#> weighted none
#>
Plant_bands("ISO")
#> [[1]]
#> UVB.ISO
#> low (nm) 280
#> high (nm) 315
#> weighted none
#>
#> [[2]]
#> UVA.ISO
#> low (nm) 315
#> high (nm) 400
#> weighted none
#>
#> [[3]]
#> PAR
#> low (nm) 400
#> high (nm) 700
#> weighted BSWF
#>
Plant_bands("CIE")
#> [[1]]
#> UVB.CIE
#> low (nm) 280
#> high (nm) 315
#> weighted none
#>
#> [[2]]
#> UVA2.CIE
#> low (nm) 315
#> high (nm) 340
#> weighted none
#>
#> [[3]]
#> UVA1.CIE
#> low (nm) 340
#> high (nm) 400
#> weighted none
#>
#> [[4]]
#> PAR
#> low (nm) 400
#> high (nm) 700
#> weighted BSWF
#>