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 (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.

Usage

data(biocAccess)

Format

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

counts
the number of access attempts
day
the day of the month
month
a factor with levels Jan, Feb, ..., Dec
year
the year (all 2007)
hour
hour of the day, a numeric vector
weekday
a factor with levels Monday, Tuesday, ..., Sunday
time
a POSIXt representation of the start of the hour

Alias

biocAccess

Keyword

datasets

Examples

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

Results


R version 2.9.0 (2009-04-17)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(latticeExtra)
> png(filename="images/biocAccess_%03d.png" ,width=480, height=480)
> ### Name: biocAccess
> ### Title: Hourly access attempts to Bioconductor website
> ### Aliases: biocAccess
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(biocAccess)
> plot(stl(ts(biocAccess$counts[1:(24 * 30)], frequency = 24), "periodic"))
> 
> 
> 
> dev.off()
null device 
          1 
> 


[Package latticeExtra Index]