Description Usage Arguments Value
Convert monthly travel to daily travel data – fast - When we have already built the daily data, we reuse that and just fill in the new daily volume each time
1 2 3 4 5 | make_daily_travel_faster(
travel_data,
travel_data_daily,
travel_dispersion = 10
)
|
travel_data |
Data.frame. Monthly travel data with columns travelers, t_month, and days_month |
travel_data_daily |
Data.frame. Daily travel data that was previously built. We replace the travelers column in this. |
travel_dispersion |
Numeric. Value defining how evenly distributed daily travel is across a month. |
data.frame of daily travel data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.