set_speed {r5r} | R Documentation |
Set walk and bike speed
Description
This function receives the walk and bike 'speed' inputs in Km/h from routing functions above and converts them to meters per second, which is then used to set these speed profiles in r5r JAR.
Usage
set_speed(r5r_core, speed, mode)
Arguments
r5r_core |
An object to connect with the R5 routing engine, created with
|
speed |
A number representing the speed in km/h. |
mode |
A string. Either |
Value
Invisibly returns TRUE
.
See Also
Other setting functions:
set_breakdown()
,
set_cutoffs()
,
set_expanded_travel_times()
,
set_fare_cutoffs()
,
set_fare_structure()
,
set_max_fare()
,
set_max_lts()
,
set_max_rides()
,
set_monte_carlo_draws()
,
set_n_threads()
,
set_output_dir()
,
set_percentiles()
,
set_progress()
,
set_suboptimal_minutes()
,
set_time_window()
,
set_verbose()
[Package r5r version 2.2.0 Index]