diagnostics | R Documentation |
Prints several diagnostics of the simulation to the screen, e.g. number of steps taken, the last step size, ...
diagnostics(obj, ...)
## Default S3 method:
diagnostics(obj, ...)
obj |
is an output data structure produced by one of the solver routines. |
... |
optional arguments allowing to extend |
Detailed information obout the success of a simulation is printed,
if a diagnostics
function exists for a specific solver routine.
A warning is printed, if no class-specific diagnostics exists.
Please consult the class-specific help page for details.
diagnostics.deSolve
for diagnostics of differential
equaton solvers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.