setPlotRange.ggobi {Rggobi} | R Documentation |
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.
setPlotRange.ggobi(x, y, plot=1, display = 1, .gobi=getDefaultGGobi()) getPlotRange.ggobi(plot = integer(1), display = 1, .gobi=getDefaultGGobi())
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. |
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.
Duncan Temple Lang
scatmat.ggobi
scatterplot.ggobi
parcoords.ggobi