| Diplomat {BSDA} | R Documentation |
Data for Exercises 1.14 and 1.47
Diplomat
A data frame with 10 observations on the following 4 variables.
CountryBrazil Bulgaria Egypt Indonesia Israel Nigeria Russia S. Korea Ukraine VenezuelaNumberrateCodeBr Bu Eg In Is Ni Ru SK Uk VeKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
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)