dim.GGobiData             package:rggobi             R Documentation

_G_G_o_b_i_D_a_t_a _d_i_m_e_n_s_i_o_n_s

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

     Retrieve the dimension of a GGobiData

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

     dim.GGobiData(x)

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

       x: dataset

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

     Hadley Wickham <h.wickham@gmail.com>

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

     g <- ggobi(mtcars)
     dim(g[1])

