Read or modify package-internal numerical options. Currently the only option is GLOBAL_DX, the finite-difference step used by dcm_diff when computing numerical Jacobians.

rsdcm_options(...)

Arguments

...

Named arguments to set. Call with no arguments to retrieve the current option list.

Value

The current option list (invisibly when setting).

Examples

rsdcm_options()                 # show current options
#> $GLOBAL_DX
#> [1] 0.0003354626
#> 
rsdcm_options(GLOBAL_DX = 1e-4) # widen the FD step
rsdcm_options(GLOBAL_DX = exp(-8)) # restore default