spatial lines dataset representing a route network
The flow of commuters using different segments of the road network represented in the
flowlines() and routes_fast() datasets
data(route_network)
A spatial lines dataset 80 rows and 1 column
Other example data:
destination_zones,
flow_dests,
flowlines,
flow,
routes_fast,
routes_slow
## Not run: # Generate route network route_network <- overline(routes_fast, "All", fun = sum) route_network_sf <- sf::st_as_sf(route_network) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.