Learn R Programming

animation (version 2.0-0)

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.

Usage

data(pageview)

Arguments

Details

The data is collected by Awstats for the website http://yihui.name. Format: a data frame with 73 observations on the following 5 variables. [object Object],[object Object],[object Object],[object Object],[object Object]

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