Description Usage Format Details Source Examples
Population in Chicago community areas in 2010.
1 |
An sf data frame with 77 rows, 4 variables, and a geometry column:
Community name
Community ID
Community ID (repeated)
Population in 2010
MULTIPOLYGON
Sf object, unprojected. EPSG 4326: WGS84.
1 2 3 4 5 6 | if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(chicago_comm)
plot(chicago_comm["community"])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.