print.ggobi {Rggobi} | R Documentation |
These functions display the opaque references to internal ggobi instances in convenient form that hides the internal contents of the object.
print.ggobi(x, ...) print.ggobiDataset(x, ...)
x |
the object to be printed on the console |
... |
other arguments influencing how the object should be presented. These are ignored. |
A character vector containing the displayed/printed value.
Duncan Temple Lang
g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit") print(g) print(g[1])