"[<-.ggobi"              package:rggobi              R Documentation

[<-._g_g_o_b_i

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

     Add data to ggobi instance.

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

     "[<-.ggobi"(x, i, value)

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

       x: ggobi instance

       i: name of data frame

   value: data.frame, or string to path of file to load

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

     This function allows you to add (and eventually) replace ggobi to
     a ggobi instance.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     g <- ggobi()
     g["a"] <- mtcars
     g$b <- mtcars

