set_time_window {r5r} | R Documentation |
Set time window
Description
Sets the time window to be used by R5.
Usage
set_time_window(r5r_core, time_window)
Arguments
r5r_core |
An object to connect with the R5 routing engine, created with
|
time_window |
A number. |
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_speed()
,
set_suboptimal_minutes()
,
set_verbose()
[Package r5r version 2.2.0 Index]