Learn R Programming

abd (version 0.1-22)

WorldCup: World Cup Goals

Description

Number of goals per team during the 2002 World Cup.

Usage

data(WorldCup)

Arguments

Examples

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

Run the code above in your browser using DataLab