Extract bike/bici routes for origins and destinations
bici_routes_osrm.Rd
Extract bike/bici routes for origins and destinations
Arguments
- od.data
A sf object with OD data
- distance.threshold
distance threshold in metres to create a subset of the routes
- osrm.profile
for the osrmRoute function
- 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)
} # }