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: require(stats); require(graphics) plot(nhtemp, main = "nhtemp data", ylab = "Mean annual temperature in New Haven, CT (deg. F)")