SurfaceSpain {PASWR} | R Documentation |
Surface area (km^2) for seventeen autonomous Spanish communities.
SurfaceSpain
A data frame with 17 observations on the following 2 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
surface
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(SurfaceSpain) barplot(surface,names.arg=community,las=2) detach(SurfaceSpain)