getPmxOption {ggPMX} | R Documentation |
Get ggPMX Option
Description
Get ggPMX Option
Usage
getPmxOption(name, default = NULL)
Arguments
name |
Name of an option to get. |
default |
Value to be returned if the option is not currently set. |
Examples
## Not run:
pmxOptions(myOption = 10)
getPmxOption("myOption")
## End(Not run)
[Package ggPMX version 1.2.11 Index]