guiShow {Rggobi} | R Documentation |
This is intended to provide a generic method for displaying an object via a GUI, perhaps allowing it to be edited also. One defines methods for particular classes of objects. See VariableInfo.
guiShow(obj, container = gtkVBox())
obj |
the S object which is to be represented in a GUI |
container |
a widget into which the GUI should be packed. |
This function is primarilyu designed for its
side-effect of creating the GUI display.
The return value is either NULL
or some collection of values providing
access to the newly created GUI components.
Not currently being used.
Duncan Temple Lang
http://www.ggobi.org/RSggobi.html
xmlDataViewer
VariableInfo.
# See xmlDataView.