setPlotVariables.ggobi        package:Rggobi        R Documentation

_S_p_e_c_i_f_y _t_h_e _v_a_r_i_a_b_l_e_s _i_n _a _g_g_o_b_i _p_l_o_t

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

     This allows the caller to change the contents of a plot by
     specifying a different set of variables to render in the plot.

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

     setPlotVariables.ggobi(..., display=1, .gobi=getDefaultGGobi(), plots=NULL)

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

     ...: identifiers for the variables  that are to be used in the
          specified plot. These can be names or integers.

 display: the display or plot window in the ggobi instance in  which
          the plot to affected  can be found.

   .gobi: an identifier for the ggobi instance in which the display is
          to be found.

   plots: an optional argument identifying the sub-plot within the 
          display whose variables are to be changed. This is optional
          as in certain cases, there is no need to specify the plot. 

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

     the names and indices of the variables that were in this plot
     before we reset them.

_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:

     'getDisplays.ggobi'

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

