Learn R Programming

abd (version 0.2-8)

WorldCup: World Cup Goals

Description

Number of goals per team during the 2002 World Cup.

Arguments

Format

A data frame with 7 observations on the following 2 variables.
score
a numeric vector
count
a numeric vector

Examples

Run this code
xyplot(count ~ score, WorldCup, type='h', lwd=4)
barchart(count ~ score, WorldCup, origin=0, horizontal=FALSE)

Run the code above in your browser using DataLab