nhtemp               package:datasets               R Documentation

_A_v_e_r_a_g_e _Y_e_a_r_l_y _T_e_m_p_e_r_a_t_u_r_e_s _i_n _N_e_w _H_a_v_e_n

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

     The mean annual temperature in degrees Fahrenheit in New Haven,
     Connecticut, from 1912 to 1971.

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

     nhtemp

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

     A time series of 60 observations.

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

     Vaux, J. E. and Brinker, N. B. (1972) _Cycles_, *1972*, 117-121.

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

     McNeil, D. R. (1977) _Interactive Data Analysis_. New York: Wiley.

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

     plot(nhtemp, main = "nhtemp data",
       ylab = "Mean annual temperature in New Haven, CT (deg. F)")

