characterTable          package:fUtilities          R Documentation

_T_a_b_l_e _o_f _C_h_a_r_a_c_t_e_r_s

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

     Displays a table of numerical equivalents to Latin characters.

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

      
     characterTable(font = 1, cex = 0.7)

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

     cex: a numeric value, determines the character size, the default 
          size is 0.7. 

    font: an integer value, the number of the 'font', by default font 
          number 1. 

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

     'characterTable' 

     displays a table with the characters of the requested font. The
     character on line "xy" and column "z" of the table has  code
     '"\xyz"', e.g 'cat("\126")' prints: V for font  number 1. These
     codes can be used as any other characters.

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

     'link{colorTable}', 'link{symbolTable}'.

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

     ## Character Table for Font 2:
        characterTable(font = 1)

