symbolTable            package:fUtilities            R Documentation

_T_a_b_l_e _o_f _S_y_m_b_o_l_s

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

     Displays a Table of plot characters and symbols.

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

      
     symbolTable(font = par('font'), 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:

     'symbolTable'

     displays a table with the plot characters and symbols numbered
     from  0 to 255 and returns invisible the name of the font.

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

     'link{characterTable}', 'link{colorTable}'.

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

       
     ## symbolTable - 
        # Default Symbol Table:
        symbolTable()

