View source: R/VivaxFunctions.R
simulate_vivax_ode | R Documentation |
Simulates a draw of the chosen vivax ODE model
simulate_vivax_ode(
parameters,
ODEmodel = ode_vivax_cm_importation_vc,
maxtime = 1465,
year = FALSE
)
parameters |
model parameters |
ODEmodel |
ODE model to be simulated |
maxtime |
maximal time step |
year |
if TRUE, aggregates outputs per year. if FALSE, returns daily output |
A dataframe containing the simulated model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.