Learn R Programming

rODE (version 0.99.6)

enableRuntimeExceptions: enableRuntimeExceptions

Description

Enable Runtime Exceptions

Usage

enableRuntimeExceptions(object, enable, ...)

Arguments

object

a class object

enable

a boolean to enable exceptions

...

additional parameters

Examples

Run this code
# NOT RUN {
setMethod("enableRuntimeExceptions", "DormandPrince45", function(object, enable) {
    object@enableExceptions <- enable
})
# }

Run the code above in your browser using DataLab