WorldCup: World Cup Goals

Description Usage Format Examples

Description

Number of goals per team during the 2002 World Cup.

Usage

1

Format

A data frame with 7 observations on the following 2 variables.

score

a numeric vector

count

a numeric vector

Examples

1
2
3
data(WorldCup)
xyplot(count ~ score, WorldCup, type='h', lwd=4)
barchart(count ~ score, WorldCup, horizontal=FALSE)

abd documentation built on May 2, 2019, 4:46 p.m.