Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

WorldCup

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)

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.