Learn R Programming

stplanr (version 0.5.0)

route_network: 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)

Arguments

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

Run this code
# NOT RUN {
# Generate route network
route_network <- overline(routes_fast, "All", fun = sum)
route_network_sf <- sf::st_as_sf(route_network)
# }

Run the code above in your browser using DataLab