distrExOptions
From distrEx v0.4-2
by Matthias Kohl
Function to change the global variables of the package `distrEx'
With distrExOptions
you can inspect and change
the global variables of the package
- Keywords
- misc
Usage
distrExOptions(arg = "missing", value = -1)
Arguments
- arg
- the global variable to be shown or changed
- value
- the new value of the global variable
Value
distrExOptions()
returns a list of the global variables.\newlinedistrExOptions(arg=x)
returns the global variable x.\newlinedistrExOptions(arg=x,value=y)
sets the value of the global variable x to y.
Examples
distrExOptions()
distrExOptions("ElowerTruncQuantile")
distrExOptions("ElowerTruncQuantile", 1e-6)
# or
distrExOptions(ElowerTruncQuantile)
distrExOptions(ElowerTruncQuantile, 1e-6)
Community examples
Looks like there are no examples yet.