getDisplayWindow.ggobi {Rggobi} | R Documentation |
This allows the caller to retrieve the GtkWindow
associated with a given GGobi display.
This window can then be used in via the RGtk
package to manipulate the other widgets, establish
callbacks, etc.
getDisplayWindow.ggobi(display = 1, .gobi = getDefaultGGobi(), expandClasses = TRUE)
display |
an identifier for the particular display within the GGobi instance. |
.gobi |
the GGobi instance of interest |
expandClasses |
a logical value indicating whether to compute the actual class of the GtkObject returned and use that as the class name(s). |
An object of class GtkObject
.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk http://www.ggobi.org/
data(mtcars) ggobi(mtcars) getDisplayWindow.ggobi() d = scatterplot.ggobi("cyl", "mpg") getDisplayWindow.ggobi(d)