| london_boroughs_map | R Documentation |
Simplified polygon boundaries for the 33 London boroughs. Use with
london_collisions for map-based visualization of cluster results.
An sf data.frame with 33 rows and 3 columns:
Borough name, e.g. "Westminster".
ONS geography code, e.g. "E09000033".
MULTIPOLYGON geometry in WGS84 (EPSG:4326).
Geometries are simplified (st_simplify(dTolerance = 0.001)) to
reduce file size. For full-resolution boundaries, download from the
source URL.
To merge with cluster results from get_cluster_regions,
use: merge(london_boroughs_map, cr, by.x = "NAME", by.y = "borough").
London Datastore, Statistical GIS Boundary Files for London (see https://data.london.gov.uk/dataset/statistical-gis-boundary-files-london/). Contains National Statistics data (c) Crown copyright and database right 2014.
london_collisions
data(london_boroughs_map)
cat("Boroughs:", nrow(london_boroughs_map), "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.