addVariable.ggobi           package:Rggobi           R Documentation

_A_d_d _o_r _r_e_m_o_v_e _a _v_a_r_i_a_b_l_e _f_r_o_m _a _g_g_o_b_i _d_a_t_a_s_e_t.

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

     These currently do not work very well!

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

     addVariable.ggobi(vals, name, .data = 1, .gobi=getDefaultGGobi())
     removeVariable.ggobi(..., .data = 1, .gobi=getDefaultGGobi())

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

    vals: a numeric vector containing the values of the new variable.

    name: a name for the new variable.

     ...: identifiers for the variables which are to be removed from
          the dataset

   .data: an identifier for the ggobi dataset to which variables are to
          be added or from which they are to be removed. This can be a
          name, an object of class 'ggobiDataset' or an integer.

   .gobi: an identifier for the ggobi instance in which to find the
          dataset. This should  be an object of class 'ggobi', or an
          integer.

_D_e_t_a_i_l_s:

     These need a little more work in the ggobi library.

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

     A logical value indicating whether the operation was successful or
     not.

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

     'setVariableValues.ggobi'

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

