ggobi_get               package:rggobi               R Documentation

_G_e_t _G_G_o_b_i

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

     Returns a ggobi reference

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

     ggobi_get(id = ggobi_count(), drop=TRUE)

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

      id: numeric vector indicating which ggobi instances to retrieve. 
          Use default if none specified

    drop: 

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

     This allows one to get a list of all the ggobi instances currently
     in existence in the R session.  Also, one can fetch particular
     instances.

     @arguments numeric vector indicating which ggobi instances to
     retrieve.  Use default if none specified @returns list of ggobi
     instances @keyword dynamic

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

     Hadley Wickham <h.wickham@gmail.com>

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

     ggobi(mtcars)
     ggobi(Nile)
     ggobi_get(1)
     ggobi_get(1:2)

