Extract bike/bici routes for origins and destinations using CycleStreets
bici_routes_cyclestreets.Rd
Extract bike/bici routes for origins and destinations using CycleStreets
Arguments
- od.data
A sf object with OD data
- distance.threshold
distance threshold in metres to create a subset of the routes
- plan
one of "quietest" (default), "fastest", or "balanced" for cycle streets
- origin.col
string with name of the column with origin id
- destination.col
string with name of the column with destination id
- trips.col
string with name of the column with number of trips for each OD pair
Examples
if (FALSE) { # \dontrun{
bici_routes(od.data)
} # }