plot.angledistlist: Plots object of class angledistlist

Description Usage Arguments Details Author(s) References See Also Examples

Description

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

Usage

1
2
## S3 method for class 'angledistlist'
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.

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

plot.angledist

Examples

1
2
3
4
5
6
7
8
9
# Fit all distribution;
data(eteret)
myfits <- fitalldistributions(eteret)

# Plot it.
plot(myfits)

# And look at the results,
myfits

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