View source: R/general_functions.R
solve_ODE_error_handling | R Documentation |
if an error occurs, solve with a smaller time interval for solution elements except the time vector, set to tol if the solution is below tol
solve_ODE_error_handling(mod, solving_time, tol = 1e-06)
mod |
an ode_system object generated by odin |
solving_time |
times at which to solve the ODE |
tol |
numeric vector of length 1: tolerance |
a deSolve object: solution of the ODE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.