powered by
acceldown
The acceldown function estimates the relative locations of a vehicle downstream of a bottleneck.
acceldown(tstart, tend, umn, usd, xstart, step)
start time in seconds, a number
end time, a number
start speed (fps) for vehicle in lane 1, a number
speed volatility for umn, a number
umn
start location of the vehicle (feet), a number
size in seconds, a number
acceldown uses a stochastic model to show the location of the vehicle after it merges at a bottleneck.
# NOT RUN { acceldown(8.75, 33.25, 47.59, 16.133, -70.36, 0.25) # }
Run the code above in your browser using DataLab