od_data_zones_small {od}R Documentation

Small zones dataset

Description

This dataset represents geographic zones of Lower Super Output Areas in Leeds, UK. They fit completely within the od_data_zones_min dataset.

Note

The schema data can be (re-)generated using code in the data-raw directory.

Examples

nrow(od_data_zones_small)
head(od_data_zones_small)
plot(od_data_zones_small$geometry)
plot(od_data_zones_min$geometry, lwd = 3, col = NULL, add = TRUE)

[Package od version 0.4.4 Index]