bike.d_1stageleft: One-stage left turn bicycle delay

Description Usage Arguments Value Examples

View source: R/bicycles.R

Description

One-stage left turn bicycle delay

Usage

1
bike.d_1stageleft(link, int, tol = 1e-08)

Arguments

int

Data.table of intersection data.

tol

a tolerance threshold for the summation loop. Default is 1e-8. This tolerance in included to shorten run time for excessively long loops. For instances that cause large n (e.g., high traffic volume), the run time can become blown out even though the improvement becomes arbitrarily small. To reduce run time, a precision tolerance can be set when improvement is less than this value.

dir

String with subject intersection approach being studied ("NB","SB","EB","WB")

Value

Numeric value in average seconds per bike.

Examples

1
bike.d_1stageleft(int, dir, tol = 1e-8)

nick-fournier/complete-streets-los documentation built on June 24, 2021, 3:09 p.m.