Description Usage Arguments Value Examples
One-stage left turn bicycle delay
1 | bike.d_1stageleft(link, int, tol = 1e-08)
|
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") |
Numeric value in average seconds per bike.
1 | bike.d_1stageleft(int, dir, tol = 1e-8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.