Learn R Programming

LeafAngle (version 1.2-1)

plot.angledistlist: Plots object of class angledistlist

Description

Makes a plot for every distribution that was fit to the data.

Usage

"plot"(x, makepdf=FALSE,...)

Arguments

x
angledistlist object
makepdf
Logical. If TRUE, produces a pdf with one plot per page.
...
Further parameters passed to hist.

Details

Plots a histogram of the data used to fit the distribution (if available), and a curve of the density function (in an attractive blue color), one for each distribution.

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

plot.angledist

Examples

Run this code

# Fit all distribution;
data(eteret)
myfits <- fitalldistributions(eteret)

# Plot it.
plot(myfits)

# And look at the results,
myfits

Run the code above in your browser using DataLab