setPlotVariables.ggobi {Rggobi}R Documentation

Specify the variables in a ggobi plot

Description

This allows the caller to change the contents of a plot by specifying a different set of variables to render in the plot.

Usage

setPlotVariables.ggobi(..., display=1, .gobi=getDefaultGGobi(), plots=NULL)

Arguments

... identifiers for the variables that are to be used in the specified plot. These can be names or integers.
display the display or plot window in the ggobi instance in which the plot to affected can be found.
.gobi an identifier for the ggobi instance in which the display is to be found.
plots an optional argument identifying the sub-plot within the display whose variables are to be changed. This is optional as in certain cases, there is no need to specify the plot.

Value

the names and indices of the variables that were in this plot before we reset them.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

getDisplays.ggobi

Examples






[Package Rggobi version 1.1-3 Index]