diagnostics: Diagnostics of solvers

View source: R/numerics.R

diagnosticsR Documentation

Diagnostics of solvers

Description

Prints several diagnostics of the simulation to the console, e.g. number of steps taken, the last step size, etc. The information is provided by deSolve::diagnostics().

Usage

diagnostics(obj, ...)

## Default S3 method:
diagnostics(obj, ...)

## S3 method for class 'cvasi_simulate'
diagnostics(obj, ...)

Arguments

obj

return value of a simulation

...

unused parameters

See Also

deSolve::diagnostics()


cvasi documentation built on Sept. 11, 2025, 5:11 p.m.