get_tol | R Documentation |
Extract rtol and atol information from a model object
get_tol(x)
get_tol_list(x)
x |
a model object. |
A data frame (get_tol()
) or a named list (get_tol_list()
).
reset_tol()
, custom_tol()
, use_custom_tol()
, use_scalar_tol()
mod <- house()
get_tol(mod)
get_tol_list(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.