Learn R Programming

animation (version 1.1-4)

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

Description

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

Arguments

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