names.ggobiDataset          package:Rggobi          R Documentation

_M_e_t_h_o_d_s _f_o_r _g_g_o_b_i_D_a_t_a_s_e_t _o_b_j_e_c_t_s

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

     Return the names of the datasets within a ggobi instance.

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

     names.ggobiDataset(x)

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

       x: the object of class 'ggobiDataset'

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

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

     These behave like their counterparts that operate on data frames
     or matrices.

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

     Duncan Temple Lang

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

     <URL: http://www.ggobi.org>

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

     '[.ggobi' 'getDatasetReference.ggobi' 'describe.ggobi'
     'names.ggobi'

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

      g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit")

      names(g)

