ggobi_count              package:rggobi              R Documentation

_G_e_t _n_u_m_b_e_r _o_f _G_G_o_b_i_s

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

     Retrieves the number of ggobi instances within this session

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

     ggobi_count()

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

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

     One or more ggobi instances can be created within an R session so
     that one can simultaneously look at different datasets or have
     different views of the same dataset.  This function returns the
     number of ggobis in existence.

     The different ggobi instances are maintained as C  level
     structures. This function accesses a variable that stores how many
     are in existence when the function is invoked.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     ggobi_count()

