addVariable.ggobi {Rggobi} | R Documentation |
These currently do not work very well!
addVariable.ggobi(vals, name, .data = 1, .gobi=getDefaultGGobi()) removeVariable.ggobi(..., .data = 1, .gobi=getDefaultGGobi())
vals |
a numeric vector containing the values of the new variable. |
name |
a name for the new variable. |
... |
identifiers for the variables which are to be removed from the dataset |
.data |
an identifier for the ggobi dataset to which variables are to be added
or from which they are to be removed. This can be a name, an object
of class ggobiDataset or an integer. |
.gobi |
an identifier for the ggobi instance in which to find the dataset.
This should be an object of class ggobi , or an integer. |
These need a little more work in the ggobi library.
A logical value indicating whether the operation was successful or not.
Duncan Temple Lang