fitLAD {LAD}R Documentation

Fit Leaf Angle Distribution (LAD) from two-parameters (mu, nu) Beta distribution

Description

The function derives both the Leaf Angle Distribution (LAD) and the G-function from two-parameters (mu, nu) Beta distribution.

Arguments

mu

Numeric. The mu parameter of the Beta distribution.

nu

Numeric. The nu parameter of the Beta distribution.

plot

Logical. If set to TRUE, it plots the measured and theoretical LAD and G distributions. Default set to FALSE.

Value

A list of two elements:

Examples

fitLAD(0.9,0.9) # uniform LAD distribution
fitLAD(2.8,1.18)# planophile LAD distribution
fitLAD(1.1,1.7, plot=TRUE)# spherical LAD distribution


[Package LAD version 0.1.0 Index]