Learn R Programming

stplanr (version 0.2.8)

route_network: spatial lines dataset representing a route network

Description

spatial lines dataset representing a route network

Usage

data(route_network)

Arguments

Format

A spatial lines dataset 80 rows and 1 column

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