Learn R Programming

PASWR (version 1.3)

WheatSpain: Wheat Surface Area in Spain

Description

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

Arguments

Format

A data frame with 17 observations on the following 3 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

hectares

surface area measured in hectares

acres

surface area measured in acres

Examples

Run this code
# NOT RUN {
with(data = WheatSpain,
boxplot(hectares))

# }

Run the code above in your browser using DataLab