potato               package:agricolae               R Documentation

_D_a_t_a _o_f _c_u_t_t_i_n_g

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

     A study on the yield of two potato varieties performed at the CIP
     experimental station.

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

     data(potato)

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

     A data frame with 18 observations on the following 4 variables.

     '_d_a_t_e' a numeric vector

     '_v_a_r_i_e_t_y' a factor with levels 'Canchan' 'Unica'

     '_h_a_r_v_e_s_t' a numeric vector

     '_c_u_t_t_i_n_g' a numeric vector

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

     Experimental data.

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

     International Potato Center

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

     library(agricolae)
     data(potato)
     str(potato)

