str(webvisit)
densityplot(~ visits, webvisit,
xlab = "Web site visits in a 3-week period")
qqmath(~ visits, webvisit, aspect = 1, type = c("g","p"),
ylab = "Web site visits in a 3-week period",
xlab = "Standard normal quantiles")
with(webvisit, summary(visits))
Run the code above in your browser using DataLab