spData (version 0.3.5)

lnd: The boroughs of London

Description

Polygons representing large administrative zones in London

Usage

lnd

Arguments

Format

  • 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

Examples

Run this code
# NOT RUN {
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(lnd)
  summary(lnd)
  plot(st_geometry(lnd))
}
# }

Run the code above in your browser using DataLab