[R] widen the screen place

Yan Zhang YanZhang at paloma.com
Thu Mar 11 18:51:32 CET 2004


I got it already , thanks very much everyone.



-----Original Message-----
From: Douglas Bates [mailto:bates at bates4.stat.wisc.edu] On Behalf Of
Douglas Bates
Sent: Thursday, March 11, 2004 12:27 PM
To: Yan Zhang
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] widen the screen place

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