biocAccess {latticeExtra} | R Documentation |
This data set records the hourly number of access attempts to the Bioconductor website (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.
data(biocAccess)
A data frame with 3623 observations on the following 7 variables.
counts
day
month
Jan
, Feb
,
..., Dec
year
hour
weekday
Monday
,
Tuesday
, ..., Sunday
time
data(biocAccess) plot(stl(ts(biocAccess$counts[1:(24 * 30)], frequency = 24), "periodic"))