lnd {spData}R Documentation

The boroughs of London

Description

Polygons representing large administrative zones in London

Usage

lnd

Format

Source

https://github.com/Robinlovelace/Creating-maps-in-R

Examples

if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(lnd)
  summary(lnd)
  plot(st_geometry(lnd))
}

[Package spData version 2.3.1 Index]