growth               package:agricolae               R Documentation

_D_a_t_a _g_r_o_w_t_h _o_f _t_r_e_e_s

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

     Data growth of pijuayo trees in several localities.

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

     data(growth)

_F_o_r_m_a_t:

     A data frame with 30 observations on the following 3 variables.

     '_p_l_a_c_e' a factor with levels 'L1' 'L2'

     '_s_l_i_m_e' a numeric vector

     '_h_e_i_g_h_t' a numeric vector

_S_o_u_r_c_e:

     Experimental data (Pucallpa - Peru)

_R_e_f_e_r_e_n_c_e_s:

     ICRAF lima Peru.

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

     library(agricolae)
     data(growth)
     str(growth)

