Learn R Programming

animation (version 2.2)

pageview: Page views from Sep 21, 2007 to Dec 2, 2007 of Yihui's website

Description

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

Arguments

source

http://yihui.name

Examples

Run this code
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