LAI2hc | R Documentation |
LAI2hc
Calculate vegetation height from Leaf Area Index (LAI), Eq 4.2.23 in David R Maidment, Handbook of Hydrology
LAI2hc
LAI2hc(lai)
lai |
Leaf Area Index (LAI) [m2 m-2] |
Height of crop [m]
lai = seq(0, 10, length.out=100)
hc = LAI2hc(lai)
# lai=5.5+log(hc)*1.5
plot(lai, hc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.