biocAccess           package:latticeExtra           R Documentation

_H_o_u_r_l_y _a_c_c_e_s_s _a_t_t_e_m_p_t_s _t_o _B_i_o_c_o_n_d_u_c_t_o_r _w_e_b_s_i_t_e

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

     This data set records the hourly number of access attempts to the
     Bioconductor website (<URL: http://www.bioconductor.org>) during
     January through May of 2007.  The counts are essentially an
     aggregation of the number of entries in the access log.

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

     data(biocAccess)

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

     A data frame with 3623 observations on the following 7 variables.

     '_c_o_u_n_t_s' the number of access attempts

     '_d_a_y' the day of the month 

     '_m_o_n_t_h' a factor with levels 'Jan', 'Feb', ..., 'Dec'

     '_y_e_a_r' the year (all 2007) 

     '_h_o_u_r' hour of the day, a numeric vector

     '_w_e_e_k_d_a_y' a factor with levels 'Monday', 'Tuesday', ..., 'Sunday'

     '_t_i_m_e' a POSIXt representation of the start of the hour

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

     data(biocAccess)
     plot(stl(ts(biocAccess$counts[1:(24 * 30)], frequency = 24), "periodic"))

