getErrorCode {rODE} | R Documentation |
Get an error code
getErrorCode(object, tol, ...)
object |
a class object |
tol |
tolerance |
... |
additional parameters |
setMethod("getErrorCode", "DormandPrince45", function(object) { return(object@error_code) })