Learn R Programming

biscale (version 1.0.0)

stl_race_income_point: Race and Median Income in St. Louis by Census Tract, 2017

Description

A simple features data set containing the geometry and associated attributes for the 2013-2017 American Community Survey estimates for median household income and the percentage of white residents in St. Louis. This version of the sample data are stored as point data.

Usage

data(stl_race_income_point)

Arguments

Format

A data frame with 106 rows and 4 variables:

GEOID

full GEOID string

pctWhite

Percent of white residents per tract

medInc

Median household income of tract

geometry

simple features geometry

Examples

Run this code
# NOT RUN {
str(stl_race_income_point)
head(stl_race_income_point)
summary(stl_race_income_point$medInc)

# }

Run the code above in your browser using DataLab