update_env_constant_population | R Documentation |
Run the simulation of the population where we include births and deaths, but each death is matched by one birth
update_env_constant_population( num_time_steps, humans, miracidia, cercariae, pars, mda_info, vaccine_info )
num_time_steps |
how many time steps to run forward for |
humans |
human population |
miracidia |
environmental miracidia |
cercariae |
environmental cercariae |
pars |
parameters |
mda_info |
mda's to enact |
vaccine_info |
vaccinations to enact |
A list variable is returned containing the humans array, miracidia, cercariae and the record of statistics over the course of the run to equilibrium. To access the humans array, if we output from this function to a variable env, then by running env$humans, we will return the humans array.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.