For a set of simulation output produced by the function sim_falciparum(), plots daily simulated values in a given deme.

plot_daily_states(x, deme = 1, states = c("S", "E", "I"))

Arguments

x

object of class pm_sim.

deme

which deme to plot.

states

which states to plot. Can be any subset of c("S", "E", "I", "Sv", "Ev", "Iv").