rxSyncOptions {rxode2} | R Documentation |
Sync options with rxode2 variables
Description
Accessing rxode2 options via getOption slows down solving. This allows the options to be synced with variables.
Usage
rxSyncOptions(setDefaults = c("none", "permissive", "strict"))
Arguments
setDefaults |
This will setup rxode2's default solving options with the following options:
|
Value
nothing; called for side effects
Author(s)
Matthew L. Fidler
[Package rxode2 version 2.1.3 Index]