close.ggobi              package:rggobi              R Documentation

_C_l_o_s_e _G_G_o_b_i _i_n_s_t_a_n_c_e

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

     Terminates and discards a ggobi instance

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

     close.ggobi(con, ...)

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

     con: ggobi object to close

     ...: ignored and for compatability generic function.

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

     This allows the caller to close a ggobi instance and discard the
     resources it uses. The function closes the display windows and
     variable panel window associated with this ggobi instance. It also
     resets the default ggobi instance to be the last one created.

     @arguments ggobi object to close @arguments ignored and for
     compatability generic function. @keyword dynamic

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

     Hadley Wickham <h.wickham@gmail.com>

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

     g1 <- ggobi(mtcars)
     g2 <- ggobi(mtcars)
     close(g2)
     close(ggobi_get())

