Learn R Programming

od (version 0.5.1)

od_data_zones_small: 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.

Arguments

Examples

Run this code
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)

Run the code above in your browser using DataLab