WheatSpain {PASWR} | R Documentation |
Seventeen Spanish communities and their corresponding surface area (in hecatares) dedicated to growing wheat
WheatSpain
A data frame with 17 observations on the following 3 variables:
community
Andalucia
,
Aragon
, Asturias
, Baleares
, C.Valenciana
,
Canarias
, Cantabria
, Castilla-La Mancha
,
Castilla-Leon
, Cataluna
, Extremadura
, Galicia
,
La Rioja
, Madrid
, Murcia
, Navarra
, and
P.Vasco
hectares
acres
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(WheatSpain) boxplot(hectares) detach(WheatSpain)