PoolPlot              package:treeglia              R Documentation

_D_r_a_w_s _a _4-_p_l_o_t _g_r_a_p_h _o_f _p_o_o_l_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 over time.

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

     PoolPlot(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 is plotted as m$^2$, volume as m$^3$. The
     units of measure 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 (t) for the former and MgC (tC)
     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)

     PoolPlot(SA.1.a)
     detach(Lei301)

