Learn R Programming

areal (version 0.1.8)

ar_stl_wards: Ward Boundaries in St. Louis, 2010

Description

A simple features data set containing the 2010 Ward boundaries, which are used as districts for Alderpersons who serve as elected representatives. The OBJECTID and AREA columns are included to simulate "real" data that may have superfluous or unclear columns.

Usage

data(ar_stl_wards)

Arguments

Format

A data frame with 28 rows and 4 variables:

OBJECTID

Artifact from ESRI data creation

WARD

Ward number

AREA

area of each ward

geometry

simple features geometry

Examples

Run this code
# NOT RUN {
str(ar_stl_wards)
head(ar_stl_wards)
summary(ar_stl_wards$AREA)

# }

Run the code above in your browser using DataLab