flow_gram: Flow_gram

Description Usage Arguments Details

Description

Creates a scenario based on three paramets:
1. Direct Probability (Percentage of potential cyclists in the overall population). Its value is in percentages (between 0 and 1)
2. Ebikes: A boolean variable indicating whether ebikes are being used or not. This allows longer journeys to be converted into ebike journeys.
3. Equity: A boolean variable whether women have the same probablity of converting their trips into cycling trips.

Usage

1
flow_gram(baseline, DP, ebikes, equity, pcycl_baseline)

Arguments

baseline

Baseline Travel Survey Dataframe

DP

Direct probability of potential cyclists

ebikes

Boolean variable for ebikes

equity

Boolean variable for equity (between men and women)

pcycl_baseline

Cycling probability broken down by age and gender groups

Details

At the end, this function returns a data frame (similar to the baseline data frame), with new cycling trips


ITHIM/scenic documentation built on May 8, 2019, 1:39 p.m.