SeatacWeather          package:latticeExtra          R Documentation

_D_a_i_l_y _R_a_i_n_f_a_l_l _a_n_d _T_e_m_p_e_r_a_t_u_r_e _a_t _t_h_e _S_e_a_t_t_l_e-_T_a_c_o_m_a _A_i_r_p_o_r_t

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

     Daily Rainfall and Temperature at the Seattle-Tacoma Airport
     between  January through March of 2007.

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

     data(SeatacWeather)

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

     A data frame with 90 observations on the following 14 variables.

     '_m_o_n_t_h' a factor with levels 'January', 'February', and 'March'

     '_d_a_y' day of the month 

     '_y_e_a_r' year, all 2007 

     '_m_a_x._t_e_m_p' maximum temperature (Fahrenheit) 

     '_r_e_c_o_r_d._m_a_x' record maximum temperature 

     '_n_o_r_m_a_l._m_a_x' normal maximum temperature 

     '_m_i_n._t_e_m_p' minimum temperature 

     '_r_e_c_o_r_d._m_i_n' record minimum temperature 

     '_n_o_r_m_a_l._m_i_n' normal minimum temperature 

     '_p_r_e_c_i_p' precipitation (inches) 

     '_r_e_c_o_r_d._p_r_e_c_i_p' record precipitation 

     '_n_o_r_m_a_l._p_r_e_c_i_p' normal precipitation 

     '_t_i_m_e._m_a_x' time of maximum temperature 

     '_t_i_m_e._m_i_n' time of minimum temperature 

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

     The time of minimum and maximum temperatures should be interpreted
     as follows: the least two significant digits denote minutes (out
     of 60) and the next two significant digits denote hout (out of
     24).

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

     <URL:
     http://www.atmos.washington.edu/cgi-bin/list_climate.cgi?clisea>

