Skip to content

widen the screen place

3 messages · Yan Zhang, Andrew Robinson, Douglas Bates

#
Try 

?options

Andrew
On Thursday 11 March 2004 06:34, Yan Zhang wrote:

  
    
#
See 

?options

and especially the "width" option.  

Options used in base R:
...
     'width': controls the number of characters on a line. You may want
          to change this if you re-size the window that R is running
          in.  Valid values are 10...10000 with default normally 80. 
          (The valid values are in file 'Print.h' and can be changed by
          re-compiling R.)

You can get wide lines with

options(width=132)

for example.

"Yan Zhang" <YanZhang at paloma.com> writes: