getDataModes.ggobi          package:Rggobi          R Documentation

_T_h_e _l_i_s_t _o_f _p_o_s_s_i_b_l_e _d_a_t_a _f_o_r_m_a_t_s _a_n_d _i_n_t_e_r_n_a_l _c_o_d_e_s.

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

     This returns the list of data formats that  ggobi understands and
     their internal representations which allows S to map string
     versions to a value understood by the internal engine. This is
     typically called by other functions such as 'setData.ggobi' to
     interpret the data format.

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

     getDataModes.ggobi()

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

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

     A named vector giving the internal code identifying the data
     format corresponding to that name.

_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:

     'setData.ggobi' 'setDataFile.ggobi' 'setDataFrame.ggobi'
     'describe.ggobi'

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

       describe.ggobi()

