addVariable.ggobi {Rggobi}R Documentation

Add or remove a variable from a ggobi dataset.

Description

These currently do not work very well!

Usage

addVariable.ggobi(vals, name, .data = 1, .gobi=getDefaultGGobi())
removeVariable.ggobi(..., .data = 1, .gobi=getDefaultGGobi())

Arguments

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.

Details

These need a little more work in the ggobi library.

Value

A logical value indicating whether the operation was successful or not.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

setVariableValues.ggobi

Examples



[Package Rggobi version 1.1-2 Index]