The main entrypoint for the simulation. run_simulation puts together the model components and runs the malaria simulation. This currently returns a dataframe with the number of individuals in each state at each timestep

run_simulation(pop, parameters)

Arguments

pop

population. See squire::get_population

parameters

model parameters