estBeta: Estimate the parameters of Beta distribution given leaf angle...

Description Usage Arguments Value Author(s) References Examples

Description

Estimate the parameters of Beta distribution given leaf angle measurements.

Usage

1
estBeta(LeafAngles)

Arguments

LeafAngles

The leaf angle measurements.

Value

the parameters of Beta distribution.

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
2
3
4
5
6
7
8
angleZ<-c(4.5, 13.5, 22.5, 31.5, 40.5, 49.5, 58.5, 67.5, 76.5, 85.5)
angleA<-c(10,30,50,70,90,110,130,150,170,190,210,230,250,270,290,310,330,350)
sADis<-sysAziDis()
sZDis<-sphericalDis()
for(solarZenith in 10:80)
{
  print(computeG(angleZ,sZDis,angleA,sADis,solarZenith,40))
}

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