movies                package:Simple                R Documentation

_T_o_p _2_5 _m_o_v_i_e_s _f_o_r _J_u_n_e _2_0_0_1

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

     The 'movies' data frame has 26 rows and 4 columns.

     The top 25 movies for a week in June 2001. Contains weeks
     revenues, previous week  and total gross.

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

     data(movies)

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

     This data frame contains the following columns:

     _t_i_t_l_e a factor with levels of movie title's

     _c_u_r_r_e_n_t a numeric vector

     _p_r_e_v_i_o_u_s a factor which should be numeric

     _g_r_o_s_s a numeric vector

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

     found on <URL: http://www.movieweb.com/movie/top25.html>

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

     data(movies)
     hist(movies[['current']])

