loadOptionsGUI {PBSmodelling} | R Documentation |
These functions are used to move option values to and from a GUI. Option values are stored with 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 options |
see option
for an example of using PBSmodelling's option managment functions