plotSymbols             package:cwhplot             R Documentation

_P_l_o_t _s_y_m_b_o_l_s, _c_o_l_o_u_r_s, _a_n_d _a_l_l_o_w _t_o _c_h_o_o_s_e

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

     A plot of symbols is generated. By clicking the mouse on a symbol
     the numeric codes are given in ASCII, octal, hex. Plot symbols
     depending on font.

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

     plotSymbols(interactive=FALSE)
     availColors(indx = 0:6)
     plotSymbolsFonts(fn=1)

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

interactive: allow choice of symbols

    indx: indices of panels showing 100 colours each

      fn: a font number 1 ... 5

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

     list of  

      ch: character value of symbol

     dec: decimal value of symbol

     hex: hex value of symbol

     oct: octal value of symbol

_N_o_t_e:

     To turn of the click-bell do 'options(locatorBell=FALSE)' (see
     ?locator).

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

     Henrik Bengtsson hb@maths.lth.se

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

       plotSymbols(3)

