h******3 发帖数: 190 | 1 用过R里面的xtable,但是只是做把data frame放进去而已的最简单的事
可能帮不上你。。 |
|
c*****m 发帖数: 4817 | 2 我用过xtable,做过multicolumn的table |
|
n*****s 发帖数: 40 | 3 一个表xtable,有很多列,a,b,c,d,...
如何根据用户的输入动态地选择某一列?
例如,用x存储用户的输入,当输入为a 时,
选中xtable!a, 但是不能用xtable!x来动态地选,
因为xtable里没有叫做x的列,该怎么办呢?
初级问题,见笑见笑。 |
|
w***a 发帖数: 432 | 4 如果你能用sweave加library xtable,这些应该都不是问题了。 |
|
w***a 发帖数: 432 | 5 如果你能用sweave加library xtable,这些应该都不是问题了。 |
|
f*****u 发帖数: 17 | 6 非常感谢!
楼主能不能写点如何和Latex 结合的技巧或者模块?例如如何用sweave() 和 xtable命
令减轻R运算后的排版工作负担?谢谢! |
|
|
m*******s 发帖数: 58 | 8 I need to export tables to LATEX. But my R doesn't have the command xtable.
What command do I use to include it. Please someone tell me. Thanks! |
|
q**j 发帖数: 10612 | 9 there is a package called xtable? |
|
c*****m 发帖数: 4817 | 10 if you want to write results into a text file, then you can use
sink() + print()
if all you want are numbers and want to put them into a table in a latex->
pdf file, I suggest
xtable() + print() |
|
h**********i 发帖数: 1080 | 11 想用Sweave做个multicolumn的table,不知有没有同修做过啊 |
|