google                package:UsingR                R Documentation

_G_o_o_g_l_e _s_t_o_c_k _v_a_l_u_e_s _d_u_r_i_n_g _2_0_0_5-_0_2-_0_7 _t_o _2_0_0_5-_0_7-_0_7

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

     Closing stock price of a share of Google stock during 2005-02-07
     to 2005-07-07

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

     data(google)

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

     A data vector of numeric values with names attribute giving the
     dates.

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

     finance.yahoo.com

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

     data(google)
     plot(google,type="l")

