mat2TeX(SAGx)
mat2TeX()所属R语言包:SAGx
Ouput matrix to LaTeX
LaTeX的输出功率和矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function outputs a matrix to a LaTeX table
函数矩阵输出到一个LaTeX表
用法----------Usage----------
roundNum = NULL, rowNameAlign = "l", matAlign = "r",
prtHead = TRUE, prtEnd = TRUE, extraTitle = NULL,
参数----------Arguments----------
参数:mat
a matrix
矩阵
参数:digits
number of digits
的位数
参数:rowNameTitle
title above row names
上面列名的称号
参数:file
output file
输出文件
参数:roundNum
integer indicating the precision
整数,指示精度
参数:rowNameAlign
alignment of row names, default is "l"
对齐行名称,默认是“L”
参数:matAlign
alignment of columns, default is "r"
列对齐,默认为“R”
参数:prtHead
if TRUE the begin{tabular} line is produced
如果真开始{表格}行产生
参数:prtEnd
if TRUE the end{tabular} line is produced
如果真结束{表格}行产生
参数:extraTitle
extra title
额外的称号
参数:rowNameCols
the row name column, default is 1
列名列,默认为1
参数:append
if TRUE the output is appended to file, deafult is FALSE
如果真实的输出追加到文件,deafult是FALSE
作者(S)----------Author(s)----------
Juerg Kindermann; code found on R list
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|