| areas | R Documentation |
A measure of the areas of each census tract, in square units under CRS 32616 (WGS 84, UTM Zone 16N)
data("areas")
A data frame with 801 observations on the following 4 variables.
Xthe line number of the CSV, not relevant
geoid10the geoid of the census tract
areathe area of the census tract
numericthe area of the census tract, again
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.
https://data.cityofchicago.org/api/geospatial/5jrd-6zik?method=export&format=Shapefile
data(areas) ## maybe str(areas) ; plot(areas) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.