displays.GGobi            package:rggobi            R Documentation

_G_e_t _G_G_o_b_i _d_i_s_p_l_a_y_s

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

     Gets list of displays in the specified GGobi instance

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

     displays.GGobi(x)

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

       x: GGobi object

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

     A display basically corresponds to a window in GGobi.  A display
     may contain mutliple plots within it.  For example, the
     scatterplot matrix contains $p \times p$ plots.

     Use this function to obtain a reference to a display (they are
     numbered in the order they are created) so you can change display
     mode, set variables ('variables<-.GGobiDisplay'), or save a static
     image to disk.

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

     Hadley Wickham <h.wickham@gmail.com>

_S_e_e _A_l_s_o:

     'display' to create displays

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

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

