guiShow {Rggobi}R Documentation

Not currently used

Description

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.

Usage

guiShow(obj, container = gtkVBox())

Arguments

obj the S object which is to be represented in a GUI
container a widget into which the GUI should be packed.

Value

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.

Note

Not currently being used.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org/RSggobi.html

See Also

xmlDataViewer VariableInfo.

Examples

 # See xmlDataView.

[Package Rggobi version 1.1-2 Index]