| use_custom_tol | R Documentation |
Call use_custom_tol() to use custom relative and absolute tolerances in
a model; call use_scalar_tol() to revert to the traditional configuration
where a single rtol and atol are applied to all compartments.
use_custom_tol(x)
use_scalar_tol(x)
x |
a model object. |
If customized tolerances have not been initialized yet, they will be,
assigning the current rtol or atol for every compartment. These default
values can be updated using custom_rtol(), custom_atol(), or
custom_tol().
An updated model object.
custom_tol(), reset_tol(), get_tol()
mod <- house()
mod <- use_custom_tol(mod)
mod
mod <- use_scalar_tol(mod)
mod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.