loadOptionsGUI {PBSmodelling}R Documentation

load and save options values to and from a GUI

Description

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.

Usage

loadOptionsGUI(option.object)
saveOptionsGUI(option.object)

Arguments

option.object options class object used for storing package options

See Also

see option for an example of using PBSmodelling's option managment functions


[Package PBSmodelling version 2.55.175 Index]