make_daily_travel: Create Daily Travel

Description Usage Arguments Value

View source: R/DataUtils.R

Description

Function to extract approximate epidemic curves from the cumulative case data.

Usage

1
make_daily_travel(travel_data, travel_dispersion = 10)

Arguments

travel_data

monthly travel data

travel_dispersion

How dispersed daily travel should be. – Set to 10 for very (i.e., most of travel on a couple days) – Set to 3 for moderate – Set to .01 for none (evenly mixed across days)

Value

a data frame with randomly distributed travel into days


HopkinsIDD/covidImportation documentation built on Sept. 14, 2020, 2:43 p.m.