`london_a()` and `london_c()` return the city boundaries and centre point of London, respectively.

london_a()

london_c()

Note

`london_a()` returns a projected version of `lnd` in `spDataLarge`. See the `data-raw` folder in the package's repo to reproduce these datasets The `lonlat` versions of the data have coordinates in units of degrees.

Examples

plot(london_a(), reset = FALSE)
plot(london_c(), add = TRUE)