Weather94 {BSDA} | R Documentation |
Data for Exercise 1.30
Weather94
A data frame with 11 observations on the following 2 variables.
Weather.Type
Extreme Temp
Flash flood
Fog
High wind
Hurricane
Lightning
Other
River flood
Thunderstorm
Tornado
Winter weather
Number
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Weather94) attach(Weather94) names(Number) <- Weather.Type barplot(Number,col="lightblue",las=2,cex.names=.65,main="Problem 1.30") # las=2 places bar names vertically detach(Weather94)