imode                 package:rggobi                 R Documentation

_I_n_t_e_r_a_c_t_i_o_n _m_o_d_e

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

     Functions to get and set interaction mode

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

     imode(x)

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

       x: GGobiDisplay object

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

     In GGobi, the interaction mode determines the how you interact
     with a plot: brushing, identify etc. Each projection mode also has
     a default interaction mode that allows you to select variables and
     control other parameters of the display

     You can see the list of available interaction modes using the
     'imodes' function.  This accepts either a GGobiDisplay, or the
     name of the display type.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     g <- ggobi(mtcars)
     d <- displays(g)[[1]]
     imode(d)
     imodes(d)
     imode(d) <- "Brush"

