maxtemp                 package:pad                 R Documentation

_P_A_D  -  _D_a_i_l_y _m_a_x_i_m_u_m _t_e_m_p_e_r_a_t_u_r_e_s _i_n _L_a_n_c_a_s_t_e_r

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

     The 'maxtemp' data frame has 366 rows and 4 columns.

     This data-set records daily maximum temperatures at the Hazelrigg
     field station, near the Lancaster University campus, from 1
     September 1995 to 31 August 1996.

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

     data(maxtemp)

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

     This data frame contains the following columns:

     _y_e_a_r a numeric vector corresponding to the year

     _m_o_n_t_h a numeric vector corresponding to the mounth

     _d_a_y a numeric vector corresponding to the day

     _m_a_x_t_e_m_p a numeric vector with the maximum temperature

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

     Hazelrigg field station, Lancaster, UK.

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

     data(maxtemp)
     summary(maxtemp$maxtemp)
     plot(maxtemp$maxtemp)

