WHEATUSA2004: USA Wheat Surface 2004

Description Usage Format References Examples

Description

USA's 2004 harvested wheat surface by state

Usage

1

Format

A data frame with 30 observations on the following 2 variables:

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
2
3
ggplot(data = WHEATUSA2004, aes(x = reorder(states, acres), y = acres)) + 
geom_bar(stat = "identity", color = "gold", fill = "yellow") + coord_flip() + 
labs(x = "") 

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.