Learn R Programming

animation (version 1.1-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 Dec 2, 2007.

Usage

data(pageview)

Arguments

source

http://yihui.name

Details

The data is collected by Awstats for the website http://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