The flow of commuters using different segments of the road network represented in the flowlines() and routes_fast() datasets

data(route_network)

Format

A spatial lines dataset 80 rows and 1 column

See also

Examples

if (FALSE) { # Generate route network route_network <- overline(routes_fast, "All", fun = sum) route_network_sf <- sf::st_as_sf(route_network) }