od_road_network | R Documentation |
Road network data from OSM for testing od_disaggregate.
library(sf)
nrow(od_road_network)
head(od_road_network)
plot(od_road_network$geometry)
plot(od_data_zones_min$geometry, lwd = 3, col = NULL, add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.