enableRuntimeExceptions {rODE} | R Documentation |
Enable Runtime Exceptions
enableRuntimeExceptions(object, enable, ...)
object |
a class object |
enable |
a boolean to enable exceptions |
... |
additional parameters |
setMethod("enableRuntimeExceptions", "DormandPrince45", function(object, enable) { object@enableExceptions <- enable })