setPlotRange.ggobi          package:Rggobi          R Documentation

_S_e_t _t_h_e _a_x_e_s _r_a_n_g_e_s _o_f _a _g_g_o_b_i _p_l_o_t.

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       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.

_V_a_l_u_e:

     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.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.ggobi.org>

_S_e_e _A_l_s_o:

     'scatmat.ggobi' 'scatterplot.ggobi' 'parcoords.ggobi'

_E_x_a_m_p_l_e_s:

