Learn R Programming

RLeafAngle (version 1.0)

plotdensity: Plot the density of leaf area given leaf angle measurements.

Description

Plot the density of leaf area given leaf angle measurements.

Usage

plotdensity(LeafAngles, main = "Leaf angle distribution", type = "l",
  pch = 20)

Arguments

LeafAngles

The measurements of leaf angle distribution.

main

An overall title for the plot.

type

The type of plot.

pch

The symbol of plot.

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

Examples

Run this code
data(Pisek)
plotdensity(Pisek[[2]])

Run the code above in your browser using DataLab