dataset.GGobiDisplay         package:rggobi         R Documentation

_G_e_t _d_i_s_p_l_a_y _d_a_t_a_s_e_t

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

     Returns a link to the GGobiData (dataset) object associated with
     this display.

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

     dataset.GGobiDisplay(x, .gobi=ggobi(x))

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

       x: GGobiDisplay object

   .gobi: 

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

     See '[.GGobi' for more information on

_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]]
     dataset(d)

