lnd | R Documentation |
Polygons representing large administrative zones in London
lnd
NAME: Borough name
GSS_CODE: Official code
HECTARES: How many hectares
NONLD_AREA: Area outside London
ONS_INNER: Office for national statistics code
SUB_2009: Empty column
SUB_2006: Empty column
geometry: sfc_MULTIPOLYGON
https://github.com/Robinlovelace/Creating-maps-in-R
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(lnd)
summary(lnd)
plot(st_geometry(lnd))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.