Description Usage Arguments Details
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.
1 | flow_gram(baseline, DP, ebikes, equity, pcycl_baseline)
|
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 |
At the end, this function returns a data frame (similar to the baseline data frame), with new cycling trips
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.