setPlotRange.ggobi {Rggobi}R Documentation

Set the axes ranges of a ggobi plot.

Description

These functions are intended to allow the R programmer and user to query and set the range of the plot in the units of the variables (rather than pixels). This currently is not implemented.

Usage

setPlotRange.ggobi(x, y, plot=1, display = 1, .gobi=getDefaultGGobi())
getPlotRange.ggobi(plot=1, display = 1, .gobi=getDefaultGGobi())

Arguments

x a numeric vector of length 2 specifying the minimum and maximum values for the X axis.
y a numeric vector of length 2 specifying the minimum and maximum values for the Y axis.
plot an integer identifying which of the plots is to be queried or modified.
display an identifier for which of the display windows the plot is contained.
.gobi an identifier for the ggobi instance which owns the display and plot.

Value

A list of length 2, with each element being a numeric vector of length 2 giving the minimum and maximum values for the corresponding axis. The first element is the X axis, and the second is the Y axis.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org

See Also

scatmat.ggobi scatterplot.ggobi parcoords.ggobi

Examples



[Package Contents]