Learn R Programming

rODE (version 0.99.6)

getErrorCode: getErrorCode

Description

Get an error code

Usage

getErrorCode(object, tol, ...)

Arguments

object

a class object

tol

tolerance

...

additional parameters

Examples

Run this code
# NOT RUN {
setMethod("getErrorCode", "DormandPrince45", function(object) {
return(object@error_code)
})
# }

Run the code above in your browser using DataLab