table.attributes(xtable)
table.attributes()所属R语言包:xtable
Retrieve and Set Options for Export Tables
导出表的检索和设置选项
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions retrieving or setting table attributes for the supplied object of class "xtable".
检索或设置表属性的功能所提供的对象的类"xtable"。
用法----------Usage----------
caption(x,...)
caption(x) <- value
label(x,...)
label(x) <- value
align(x,...)
align(x) <- value
digits(x,...)
digits(x) <- value
display(x,...)
display(x) <- value
参数----------Arguments----------
参数:x
An "xtable" object.
"xtable"对象。
参数:value
The value of the corresponding attribute.
对应的属性的值。
参数:...
Additional arguments. (Currently ignored.)
其他参数。 (目前忽略不计。)
Details
详细信息----------Details----------
These functions retrieve or set table attributes of the object x of class "xtable". See xtable for a description of the options.
这些功能表中检索或设置对象的属性x类"xtable"。见xtable的选项的说明。
(作者)----------Author(s)----------
David Dahl <a href="mailto:dahl@stat.tamu.edu">dahl@stat.tamu.edu</a> with contributions and suggestions from many others (see source code).
参见----------See Also----------
xtable, print.xtable, formatC
xtable,print.xtable,formatC
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|