gasprices               package:UsingR               R Documentation

_M_o_n_t_h_l_y _a_v_e_r_a_g_e _g_a_s_o_l_i_n_e _p_r_i_c_e_s _i_n _t_h_e _U_n_i_t_e_d _S_t_a_t_e_s

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

     Average retail gasoline prices per month in the United States from
     January 2000 through February 2006. The hurricane Katrina caused a
     percentage loss of refinery capability leading to rapidly
     increasing prices.

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

     data(gasprices)

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

     The format is: Time-Series [1:74] from 2000 to 2006: 129 138 152
     146 148 ...

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

     From the Department of Energy web site: <URL:
     http://tonto.eia.doe.gov/oog/info/gdu/gaspump.html>

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

     data(gasprices)
     plot(gasprices)

