getErrorCode {rODE}R Documentation

getErrorCode

Description

Get an error code

Usage

getErrorCode(object, tol, ...)

Arguments

object

a class object

tol

tolerance

...

additional parameters

Examples

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

[Package rODE version 0.99.6 Index]