Learn R Programming

r5r (version 0.7.0)

set_max_lts: 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

rJava object to connect with R5 routing engine

max_lts

numeric (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

No return value, called for side effects.

See Also

Other support functions: assert_breakdown_stat(), assert_decay_function(), assert_points_input(), check_connection(), fileurl_from_metadata(), find_snap(), posix_to_string(), select_mode(), set_max_rides(), set_max_street_time(), set_n_threads(), set_progress(), set_speed(), set_suboptimal_minutes(), set_verbose(), stop_r5(), street_network_to_sf(), transit_network_to_sf()