R:如何在ESS中改变输出宽度?

时间:2011-08-18 18:51:05

标签: r emacs console ess

  

可能重复:
  How to increase the number of columns using R in Linux

ESS中的R输出被包裹以适合特定宽度。必须有一个参数来控制它。我想将它设置为更大的数字,因为在某些情况下,如果打印宽,输出看起来更好,例如打印时summary(glm(...))

作为一个例子,打印时长矢量会被包裹:

> a <- c(1:40)
> a
 [1]  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
[26] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
> 
#                                                                              ^
#                                                            output wrapped here

有没有办法控制这个?

0 个答案:

没有答案