areas: Census Tract Areas

areasR Documentation

Census Tract Areas

Description

A measure of the areas of each census tract, in square units under CRS 32616 (WGS 84, UTM Zone 16N)

Usage

data("areas")

Format

A data frame with 801 observations on the following 4 variables.

X

the line number of the CSV, not relevant

geoid10

the geoid of the census tract

area

the area of the census tract

numeric

the area of the census tract, again

Details

Areas computed by using the Raster shapefile() command on the census tracts shapefile, then using the area() function from the Raster package on each tract to compute their area. Used in Choynowski map generation.

Source

https://data.cityofchicago.org/api/geospatial/5jrd-6zik?method=export&format=Shapefile

Examples

data(areas)
## maybe str(areas) ; plot(areas) ...

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.