getGlyphTypes.ggobi          package:Rggobi          R Documentation

_G_e_t _t_h_e _n_a_m_e_s _a_n_d _s_i_z_e_s _o_f _g_g_o_b_i'_s _a_v_a_i_l_a_b_l_e _g_l_y_p_h_s _f_o_r _d_i_s_p_l_a_y_i_n_g _p_o_i_n_t_s _i_n _a _p_l_o_t.

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

     These functions allow one to query the names (and internal codes)
     and possible sizes of the glyphs that ggobi understands and can
     use to display points on a plot.

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

     getGlyphTypes.ggobi()
     getGlyphSizes.ggobi()

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

     'getGlyphTypes.ggobi' A named integer vector containing the 
     internal ggobi glyph identifier, indexed by its external name
     representation.

     'getGlyphTypes.ggobi' An integer vector giving the possible sizes
     that one can specify for a glyph.

_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/RSggobi.html>

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

     'getGlyphs.ggobi'

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

       getGlyphTypes.ggobi()

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

