route_network {stplanr}R Documentation

spatial lines dataset representing a route network

Description

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

Usage

data(route_network)

Format

A spatial lines dataset 80 rows and 1 column

See Also

Other example data: destination_zones, flow_dests, flowlines, flow, routes_fast, routes_slow

Examples

## 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)

[Package stplanr version 0.8.7 Index]