mdd_table: Create mdd table

Description Usage Arguments Value Examples

View source: R/plot_mdd.R

Description

Creates a data frame containing the maximum desirable deviation for a range of volumes using the guidance provided in NCHRP report 255 (updated by NCHRP 765). The MDD curve is a step-wise function that accepts larger deviations on roads with lower volume.

Usage

1
mdd_table(from = 1000, to = 151000, step = 10000)

Arguments

from

Where the table should start.

to

the maximum value of the table.

step

the step size for seq().

Value

a data frame containing the maximum desirable deviation for a range of volumes.

Examples

1
2
mdd_table()
mdd_table(from = 10000, to = 100000, step = 20000)

pbsag/outviz documentation built on Dec. 7, 2019, 5:50 a.m.