plotdensity {RLeafAngle}R Documentation

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.

Author(s)

Wei-Min Wang (wmwang AT gmail.com)

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

data(Pisek)
plotdensity(Pisek[[2]])

[Package RLeafAngle version 1.0 Index]