mat2TeX {SAGx}R Documentation

Ouput matrix to LaTeX

Description

The function outputs a matrix to a LaTeX table

Usage

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

Arguments

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

Author(s)

Juerg Kindermann; code found on R list


[Package SAGx version 1.16.0 Index]