mat2TeX                 package:SAGx                 R Documentation

_O_u_p_u_t _m_a_t_r_i_x _t_o _L_a_T_e_X

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

     The function outputs a matrix to a LaTeX table

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

     mat2TeX(mat, digits = 4, rowNameTitle = "", file = "",
      roundNum = NULL, rowNameAlign = "l", matAlign = "r",
      prtHead = TRUE, prtEnd = TRUE, extraTitle = NULL,
      rowNameCols = 1, append = FALSE)

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

     mat: a matrix

  digits: number of digits

rowNameTitle: title above row names

    file: output file

roundNum: 

rowNameAlign: alignment of row names

matAlign: 

 prtHead: 

  prtEnd: 

extraTitle: 

rowNameCols: 

  append: 

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

     Juerg Kindermann; code found on R list

