mat2TeX {SAGx} | R Documentation |
The function outputs a matrix to a LaTeX table
mat2TeX(mat, digits = 4, rowNameTitle = "", file = "", roundNum = NULL, rowNameAlign = "l", matAlign = "r", prtHead = TRUE, prtEnd = TRUE, extraTitle = NULL, rowNameCols = 1, append = FALSE)
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 |
Juerg Kindermann; code found on R list