View source: R/VivaxFunctionsDelays.R
simulate_vivax_delay_ode | R Documentation |
Simulates a draw of the chosen vivax ODE model
simulate_vivax_delay_ode(
parameters,
ODEmodel = ode_vivax_delay,
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.