natives              package:agricolae              R Documentation

_D_a_t_a _o_f _n_a_t_i_v_e _p_o_t_a_t_o

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

     An evaluation of the number, weight and size of 24 native potatoes
     varieties.

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

     data(natives)

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

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

     '_v_a_r_i_e_t_y' a numeric vector

     '_n_u_m_b_e_r' a numeric vector

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

     '_s_i_z_e' a numeric vector

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

     International Potato Center. CIP - Lima Peru.

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

     library(agricolae)
     data(natives)
     str(natives)

