enableRuntimeExceptions {rODE}R Documentation

enableRuntimeExceptions

Description

Enable Runtime Exceptions

Usage

enableRuntimeExceptions(object, enable, ...)

Arguments

object

a class object

enable

a boolean to enable exceptions

...

additional parameters

Examples

setMethod("enableRuntimeExceptions", "DormandPrince45", function(object, enable) {
    object@enableExceptions <- enable
})

[Package rODE version 0.99.6 Index]