print.ggobi {Rggobi}R Documentation

Convenient display of ggobi reference objects

Description

These functions display the opaque references to internal ggobi instances in convenient form that hides the internal contents of the object.

Usage

print.ggobi(x, ...)
print.ggobiDataset(x, ...)

Arguments

x the object to be printed on the console
... other arguments influencing how the object should be presented. These are ignored.

Value

A character vector containing the displayed/printed value.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

Examples

   g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit")
   print(g)
   print(g[[1]])

[Package Rggobi version 1.1-2 Index]