Learn R Programming

BSDA (version 0.1)

Diplomat: Parking tickets issued to diplomats

Description

Data for Exercises 1.14 and 1.47

Usage

Diplomat

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Diplomat)
attach(Diplomat)
par(mfrow=c(1,2))
names(Number) <- Country
dotchart(Number,main="Number of Tickets",col="blue",pch=1)
names(rate) <- Country
dotchart(rate,main="Tickets/Vehicle/Month",col="red",pch=2)
barplot(rate,col="pink")
detach(Diplomat)

Run the code above in your browser using DataLab