rggobi (version 2.1.22)

variables.GGobiDisplay: Get display variables

Description

List the variables used in a given display

Usage

# S3 method for GGobiDisplay
variables(x)

Arguments

x

GGobiDisplay object

Details

There are three types of variables in GGobi displays: X, Y, Z, which correspond to the labels on the toggle buttons in GGobi. Most plots have a constrained set of possible options. For example, in tours you can only set X variables, and you must have at least three. Or in the rotation plot, you need exactly one X, Y, and Z variable. You can figure out what these conditions are by using the toggle buttons in GGobi.

See Also

variables<-.GGobiDisplay for examples