Denmint               package:extRemes               R Documentation

_D_e_n_v_e_r _M_i_n_i_m_u_m _T_e_m_p_e_r_a_t_u_r_e

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

     Daily minimum temperature (degrees centigrade) for Denver,
     Colorado from 1949 through 1999.

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

     data(Denmint)

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

     A data frame with 18564 observations on the following 5 variables.

     _T_i_m_e a numeric vector indicating the line number (time from first
          entry to the last).

     _Y_e_a_r a numeric vector giving the year.

     _M_o_n a numeric vector giving the month of each year.

     _D_a_y a numeric vector giving the day of the month.

     _M_i_n a numeric vector giving the minimum temperature in degrees
          Fahrenheit.

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

     Colorado Climate Center, Colorado State University (<URL:
     http://ulysses.atmos.colostate.edu>).

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

     data(Denmint)
     plot( Denmint[,3], Denmint[,5], xlab="", xaxt="n", ylab="Minimum Temperature (deg. F)")
     axis(1,at=1:12,labels=c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"))

