computeSunlit: Compute the fraction of sunlit folige given solar position,...

Description Usage Arguments Value Author(s) References Examples

Description

Compute the fraction of sunlit folige given solar position, LAI and G value with the assumption of the symmetric distribution of leaf azimuth angle.

Usage

1
computeSunlit(Theta, G, LAI)

Arguments

Theta

Solar zenith angle.

G

The G value, namely the projection of foliage area.

LAI

Leaf area index.

Value

The fraction of sunlit foliage.

Author(s)

Wei-Min Wang (wmwang AT gmail.com)

References

Wang, W. M., Li, Z. L., & Su, H. B. (2007). Comparison of leaf angle distribution functions: effects on extinction coefficient and fraction of sunlit foliage. Agricultural and Forest Meteorology, 143(1), 106-122.

Examples

1
computeSunlit(30, 0.5, 2.0)

RLeafAngle documentation built on May 2, 2019, 7:01 a.m.