| describe.ggobi {Rggobi} | R Documentation |
This returns a description of each of the ggobi instances identified
in the arguments. These should be specified as objects of class
ggobi. The result describes the current state of the ggobi
instance, including its datasets and displays.
describe.ggobi(..., full = FALSE)
... |
any number of ggobi objects. If no values are specfied,
all GGobi instances are used. |
full |
(currently ignored) a logical value indicating whether the full or brief description should be returned for each ggobi instance. |
This returns a list with as many elements as there are ggobi instances specfied. Each element is a list of length $3$ with elements:
datasets |
a named list describing each dataset within this ggobi instance.
Each description consists of
|
displays |
a list describing each of the displays within |
ggobi |
the ggobi instance from which this description was obtained |
Duncan Temple Lang
ggobi(args=c("-noinit", "-verbose", "-xml", system.file("data", "COI.xml", package="Rggobi")))
describe.ggobi()