WHEATSPAIN: Wheat Surface Area in Spain

Description Usage Format References Examples

Description

Seventeen Spanish communities and their corresponding surface area (in hecatares) dedicated to growing wheat

Usage

1

Format

A data frame with 17 observations on the following 3 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 = WHEATSPAIN, aes(x = reorder(community, acres), y = acres)) + 
geom_bar(stat="identity", color = "orange", fill = "gold") + coord_flip() + 
labs(x = "") 

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