default_ode_solvers {BioCro}R Documentation

Default ODE solver settings

Description

A collection of reasonable settings to use with each ODE solver type. Users may need or wish to modify them for particular applications.

Usage

default_ode_solvers

Format

A list of 6 named elements, where each name is one of the possible ODE solver types. Each element is itself a list of 5 named elements that can be passed to run_biocro as its ode_solver input argument.

Details

A full list of solver types can be obtained with the get_all_ode_solvers function.


[Package BioCro version 3.1.3 Index]