| biocAccess {latticeExtra} | R Documentation |
Hourly access attempts to Bioconductor website
Description
This data set records the hourly number of access attempts to the Bioconductor website (https://www.bioconductor.org) during January through May of 2007. The counts are essentially an aggregation of the number of entries in the access log.
Usage
data(biocAccess)
Format
A data frame with 3623 observations on the following 7 variables.
countsthe number of access attempts
daythe day of the month
montha factor with levels
Jan,Feb, ...,Decyearthe year (all 2007)
hourhour of the day, a numeric vector
weekdaya factor with levels
Monday,Tuesday, ...,Sundaytimea POSIXt representation of the start of the hour
Examples
data(biocAccess)
xyplot(stl(ts(biocAccess$counts[1:(24 * 30)], frequency = 24), "periodic"))
[Package latticeExtra version 0.6-30 Index]