hideGoose               package:gaggle               R Documentation

_H_i_d_e _a _G_o_o_s_e _f_r_o_m _V_i_e_w

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

     If a goose has a graphical user interface, then it can usually be
     hidden from view, that is, iconified.  This command accomplishes
     that.

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

     nm <- hideGoose (target=NULL)

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

  target: If missing, or NULL, then the 'currentTargetGoose' is hidden.
           If called with the name of one of the current 'geese', that
          goose will be hidden.

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

     Returns NULL.

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

     'geese'. 'getTargetGoose'. 'setTargetGoose'. 'showGoose'.

