distrExOptions
From distrEx v1.9
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, distribution
Usage
distrExOptions(...)
getdistrExOption(x)
Arguments
- ...
- any options can be defined, using name = value or by passing a list of such tagged values.
- x
- a character string holding an option name.
Value
distrExOptions()
returns a list of the global variables.\newlinedistrExOptions(x)
returns the global variable x.\newlinegetdistrExOption(x)
returns the global variable x.\newlinedistrExOptions(x=y)
sets the value of the global variable x to y.
concept
- global options
- options
See Also
Examples
distrExOptions()
distrExOptions("ElowerTruncQuantile")
distrExOptions("ElowerTruncQuantile" = 1e-6)
# or
distrExOptions(ElowerTruncQuantile = 1e-6)
getdistrExOption("ElowerTruncQuantile")
Community examples
Looks like there are no examples yet.