close.GGobiDisplay          package:rggobi          R Documentation

_C_l_o_s_e _d_i_s_p_l_a_y

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

     Closes the referenced display.  The R variable will be invalid
     after this call.

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

     close.GGobiDisplay(con, ...)

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

     con: GGobiDisplay object to close

     ...: 

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

     Hadley Wickham <h.wickham@gmail.com>

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

     g <- ggobi(mtcars)
     displays(g)
     close(displays(g)[[1]])
     displays(g)

