IncrementPlot            package:treeglia            R Documentation

_D_r_a_w_s _a _4-_p_l_o_t _g_r_a_p_h _o_f _i_n_c_r_e_m_e_n_t_s

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     IncrementPlot(SA)

_A_r_g_u_m_e_n_t_s:

      SA: a 'data.frame' holding the stem.analysis table.

_D_e_t_a_i_l_s:

     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.

_A_u_t_h_o_r(_s):

     Marco Bascietto

_S_e_e _A_l_s_o:

     'StemAnalysis'

_E_x_a_m_p_l_e_s:

     # Load and attach Lei301 data
     data(Lei301)
     attach(Lei301)

     IncrementPlot(SA.1.a)

     detach(Lei301)

