Load and Save Options Values to and from a GUI
These functions are used to move option values to and from a GUI. Option values are stored within an R object (as referenced by the option.object
).
loadOptionsGUI
copies the values from the R object to the GUI.
saveOptionsGUI
copies the GUI values from the tcltk GUI to the R object.
loadOptionsGUI(option.object) saveOptionsGUI(option.object)
option.object
: options class object used for storing package optionsSee PBSoptions-class
for more details and an example using PBSmodelling
's option management functions.