ftheta: Density and cumulative probability functions for leaf angle...

Description Usage Arguments Value Author(s) References See Also

View source: R/ftheta.R

Description

ftheta is the density function, Ftheta gives the cumulative probability of a leaf angle, given some distrbution. Useful in plotting curves, otherwise not typically needed by user (see fitdistribution instead.

Usage

1
2
3
fthetacum(angles, degrees = TRUE, ...)
fthetaf(angle,angledistobj=NULL,degrees=FALSE,distribution,distpars=NA)
ftheta(distpars=NA,...)

Arguments

angles

Vector of leaf angles (0-90 degrees)

angle

Leaf angle (degrees)

degrees

Logical.

angledistobj

Object of class 'angledist'.

distribution

Name of distribution.

distpars

Parameters.

...

None.

Value

A vector of densities or probabilities.

Author(s)

Remko Duursma

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, 106-122.

See Also

fitdistribution, fitalldistributions


LeafAngle documentation built on May 29, 2017, 8:32 p.m.