lidf | R Documentation |
Leaf inclination distribution function models s3 method for calling leaf models.
lidf(pars)
pars |
a parameter vector c(angles, LIDFa, LIDFb) with a class lidf.modelnumber. Models include:
Models 1 and 2 are the standard models from the SAIL model. Two parameter models use parameters LIDFa and LIDFb, while single parameter models use only LIDFa (ignoring any supplied LIDFb). More information on the Dlagden and Ellipsoid parameter is given in Verhoef, W. (1998),theory of radiative transfer models applied in optical remote sensing of vegetation canopies (PhD thesis). The beta distribution is the typical beta distribution as often implemented (as in dbeta(x,LIDFa, LIDFb)). Where x is a value between 0 and 90, that gives the angular density over 0 and 90 degrees (rescaled to 0 and 1). The one parameter beta distribution is given by LIDFa*x^(LIDFa-1). Where x is a value between 0 and 90, that given the angular density over 0 and 90 degrees (rescaled to 0 and 1). |
a vector of proportions for each leaf angle calculated from each leaf inclination model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.