getErrorCode-method: getErrorCode

Description Usage Arguments Examples

Description

Get an error code

Usage

1
getErrorCode(object, tol, ...)

Arguments

object

a class object

tol

tolerance

...

additional parameters

Examples

1
2
3
setMethod("getErrorCode", "DormandPrince45", function(object) {
return(object@error_code)
})

f0nzie/rODE documentation built on May 14, 2019, 10:34 a.m.