[R] widen the screen place
    Douglas Bates 
    bates at stat.wisc.edu
       
    Thu Mar 11 18:27:20 CET 2004
    
    
  
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:
> I have this problem: my screen seems not wide enough in R. My true
> computer monitor is very wide, so I wish that I can line up the text
> when I stretch it wide. i.e.:
    
    
More information about the R-help
mailing list