set_max_lts {r5r} | R Documentation |
Set max Level of Transit Stress (LTS)
Description
Set max Level of Transit Stress (LTS)
Usage
set_max_lts(r5r_core, max_lts)
Arguments
r5r_core |
An object to connect with the R5 routing engine, created with
|
max_lts |
A number (between 1 and 4). The maximum level of traffic stress that cyclists will tolerate. A value of 1 means cyclists will only travel through the quietest streets, while a value of 4 indicates cyclists can travel through any road. |
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_rides()
,
set_monte_carlo_draws()
,
set_n_threads()
,
set_output_dir()
,
set_percentiles()
,
set_progress()
,
set_speed()
,
set_suboptimal_minutes()
,
set_time_window()
,
set_verbose()
[Package r5r version 2.2.0 Index]