brktrials3: 'brktrials3' produces 't-x' trajectories for lead and...

Description Usage Arguments Value Examples

Description

brktrials3 produces t-x trajectories for lead and following vehicles at a bottleneck

Usage

1
brktrials3(nveh, umn, usd, tstart, tend, xstart, step, type, leff, xfunnel)

Arguments

nveh

number of vehicles entering the bottleneck, a number

umn

start speed (mph) for vehicle in lane 1, a number

usd

speed volatility (mph) for umn, a number

tstart

start time, (seconds), a number

tend

end time, (seconds), a number

xstart

start location, (feet), a number

step

size in seconds, a number

type

TRUE to create plots or FALSE otherwise, a logical

leff

vehicle length in feet, a number

xfunnel

upstream location of bottleneck taper, a number

Value

brktrials3 returns t-x trajectories of nveh vehicles at a bottleneck.

Examples

1
brktrials3(4, 68.4, 4.4, 0, 30, -700, 0.25, FALSE, 14, -500)

cartools documentation built on May 1, 2019, 10:40 p.m.