setPlotVariables.ggobi {Rggobi} | R Documentation |
This allows the caller to change the contents of a plot by specifying a different set of variables to render in the plot.
setPlotVariables.ggobi(..., display=1, .gobi=getDefaultGGobi(), plots=NULL)
... |
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. |
the names and indices of the variables that were in this plot before we reset them.
Duncan Temple Lang