

nhtemp {base}                                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_:

     data(nhtemp)

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

     A time-series of 60 observations.

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

     Vaux, J. E. and N. B. Brinker (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_:

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

