World Cup Goals
Number of goals per team during the 2002 World Cup.
A data frame with 7 observations on the following 2 variables.
a numeric vector
a numeric vector
xyplot(count ~ score, WorldCup, type='h', lwd=4) barchart(count ~ score, WorldCup, origin=0, horizontal=FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.