chib | R Documentation |
A polygon list for the boundary of the city of Chicago
data("chib")
A data frame with 1 observations on the following 5 variables.
name
the city name
objectid
the object ID code for Chicago
shape_area
the polygon error, under some projection
shape_len
the polygon length, under some projection
geometry
a multipolygon of the city of Chicago boundary
An R-imported data frame shapefile using the st_read function. Original data from the Chicago Data Portal
https://data.cityofchicago.org/api/geospatial/ewy2-6yfk?method=export&format=Shapefile
data(chib) ## maybe str(chib) ; plot(chib) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.