View source: R/plot_daily_cases.R
plot_daily_cases | R Documentation |
The function plot_daily_cases
returns FIX ME
plot_daily_cases(trajmwss)
trajmwss |
List of data.table. Epidemiological trajectories simulated by the function |
Incidence plot.
data("toydata")
list2env(toydata,envir=.GlobalEnv)
gdata <- build_gdata()
model <- mwss(ward_names, pop_size_P, pop_size_H, nVisits, LS, gdata, tSim = 30)
results <- multisim(model, 5, ward_names)
plot_daily_cases(trajmwss = results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.