Learn R Programming

animation (version 0.2-0)

pageview: Data of page view from Sep 21, 2007 for Yihui's website

Description

Page view data for Yihui's website from Sep 21, 2007 to a recent date.

Usage

data(pageview)

Arguments

source

http://www.yihui.name/cgi-bin/awstats/awstats.pl?month=10&year=2007&output=main&config=yihuiname&framename=index

Details

The data is collected by Awstats for the website http://www.yihui.name.

Examples

Run this code
data(pageview)
plot(pageview[,1:2], type = "b", col = "red", 
  main = "Number of Visits in Yihui's Web")
# partial auto-correlation 
pacf(pageview$visits)

Run the code above in your browser using DataLab