Learn R Programming

mrgsolve (version 1.7.2)

get_tol: Extract rtol and atol information from a model object

Description

Extract rtol and atol information from a model object

Usage

get_tol(x)

get_tol_list(x)

Value

A data frame (get_tol()) or a named list (get_tol_list()).

Arguments

x

a model object.

See Also

reset_tol(), custom_tol(), use_custom_tol(), use_scalar_tol()

Examples

Run this code
mod <- house()
get_tol(mod)
get_tol_list(mod)

Run the code above in your browser using DataLab