LAI2hc: Calculate vegetation height from Leaf Area Index (LAI), Eq...

View source: R/PET.R

LAI2hcR Documentation

Calculate vegetation height from Leaf Area Index (LAI), Eq 4.2.23 in David R Maidment, Handbook of Hydrology LAI2hc

Description

Calculate vegetation height from Leaf Area Index (LAI), Eq 4.2.23 in David R Maidment, Handbook of Hydrology LAI2hc

Usage

LAI2hc(lai)

Arguments

lai

Leaf Area Index (LAI) [m2 m-2]

Value

Height of crop [m]

Examples

lai = seq(0, 10, length.out=100)
hc = LAI2hc(lai)
# lai=5.5+log(hc)*1.5
plot(lai, hc)

SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.