CIC                package:agricolae                R Documentation

_D_a_t_a _f_o_r _l_a_t_e _b_l_i_g_h_t _o_f _p_o_t_a_t_o_e_s

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

     A study of Phytophthora infestans in the potato plant in the
     localities of Comas and Oxapampa in Peru, 2005.

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

     data(CIC)

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

     The format is: List of 2 (comas, oxapampa)

     '_L_o_c_a_l_i_t_y' a factor with levels 'Comas' 'Oxapampa' 

     '_G_e_n_o_t_y_p_e' a factor

     '_R_e_p' a numeric vector, replications

     '_E_9' a numeric vector, infestans percentaje to 9 days

     '_A_U_D_P_C' a numeric vector: the area under the disease-progress
          curve  

     '_R_e_l_a_t_i_v_e' a numeric vector, relative area  

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

     comas: temperature=59.9 Fahrenheit, relative humidity=83.3
     oxapampa: temperature=64.8 Fahrenheit, relative humidity=86.2
     AUDPC and relative see function audpc(). help(audpc) Exx:
     Evaluation in percentaje, xx is days.  ORD1, ORD2, SBLK and row
     are references location of the plot in the field.

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

     Experimental field, 2004-2005. Data Kindly provided by Matilde
     Orrillo.

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

     International Potato Center. CIP - Lima Peru.

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

     library(agricolae)
     data(CIC)
     CIC$comas
     CIC$oxapampa

