SurfaceSpain {PASWR}R Documentation

Surface Area for Spanish Communities

Description

Surface area (km^2) for seventeen autonomous Spanish communities.

Usage

SurfaceSpain

Format

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

community
a factor with levels 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
surface area in km^2

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

with(data = SurfaceSpain,
barplot(surface, names.arg=community, las=2))
# Trellis Approach
barchart(community~surface, data=SurfaceSpain)

[Package PASWR version 1.1 Index]