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
})

rODE documentation built on May 1, 2019, 10:17 p.m.