IncrementPlot: Draws a 4-plot graph of increments

Description Usage Arguments Details Author(s) See Also Examples

Description

An exploratory function that draws the lateral surface area, volume, dry-matter biomass, and carbon biomass increment over time.

Usage

1

Arguments

SA

a data.frame holding the stem.analysis table.

Details

Lateral surface area increment is plotted as m$^2$/yr, volume increment as m$^3$/yr. The units of measure of increment of dry-matter biomass and carbon biomass depend on the unit of measure of the user-given wood-density values. Default unit of measures are Mg/yr (t/yr) for the former and MgC/yr (tC/yr) for the latter.

Author(s)

Marco Bascietto

See Also

StemAnalysis

Examples

1
2
3
4
5
6
7
# Load and attach Lei301 data
data(Lei301)
attach(Lei301)

IncrementPlot(SA.1.a)

detach(Lei301)

mbask/treeglia documentation built on May 21, 2019, 2:26 p.m.