london_area {zonebuilder} | R Documentation |
Region representing London in projected coordinate system
Description
'london_a()' and 'london_c()' return the city boundaries and centre point of London, respectively.
Usage
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)
[Package zonebuilder version 0.0.2 Index]