addNumberedKeyHandler.ggobi      package:Rggobi      R Documentation

_S _E_v_e_n_t_s _f_o_r _G_G_o_b_i _K_e_y_s

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

     These functions allow one to set, query and manage a collection of
     event handlers that are triggered when the GGobi user hits a
     function key (i.e. F1,..., F12). This provides users with a simple
     way to have repeated actions occur at their control and can be
     used to, for example, print results after brushing numerous
     values, moving multiple points, etc. See the RGGobi manual for
     more examples.

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

     addNumberedKeyHandler.ggobi(..., .gobi=getDefaultGGobi())
     .GetNumberedKeyHandler.ggobi(create=F, register=T, .gobi=getDefaultGGobi())
     registerNumberedKeyHandler.ggobi(handler=NumberedKeyHandler.ggobi(), .gobi=getDefaultGGobi(), description="R numbered key press event handler")
     NumberedKeyHandler.ggobi(...)

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

     ...: 

   .gobi: 

  create: 

register: 

 handler: 

description: 

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

_V_a_l_u_e:

     ~Describe the value returned If it is a LIST, use 

  comp1 : Description of `comp1'

  comp2 : Description of `comp2'

     ...

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     http://www.ggobi.org

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

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

