get_tol: Extract rtol and atol information from a model object

View source: R/custom-tol.R

get_tolR Documentation

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)

Arguments

x

a model object.

Value

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

See Also

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

Examples

mod <- house()
get_tol(mod)
get_tol_list(mod)


mrgsolve documentation built on Aug. 22, 2025, 9:12 a.m.

Related to get_tol in mrgsolve...