enableRuntimeExceptions-method: enableRuntimeExceptions

Description Usage Arguments Examples

Description

Enable Runtime Exceptions

Usage

1
enableRuntimeExceptions(object, enable, ...)

Arguments

object

a class object

enable

a boolean to enable exceptions

...

additional parameters

Examples

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

f0nzie/rODE documentation built on May 14, 2019, 10:34 a.m.