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)
})

rODE documentation built on May 1, 2019, 10:17 p.m.