WorldCup: World Cup Goals

WorldCupR Documentation

World Cup Goals

Description

Number of goals per team during the 2002 World Cup.

Format

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

score

a numeric vector

count

a numeric vector

Examples


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


kmiddleton/abd documentation built on Nov. 4, 2022, 7:31 a.m.