Re: [R] R shell line width

2011-10-06 Thread Mike P
Thank you very much for your responses! This is exactly what I needed. On Fri, Sep 16, 2011 at 8:13 PM, Joshua Wiley wrote: > Hi Mike, > > Look at ?options  particularly something like: > > options(width = 120) > > 80 is the default, I believe.  On 1920 pixels I can comfortably get > around 220 (

Re: [R] R shell line width

2011-09-16 Thread Joshua Wiley
Hi Mike, Look at ?options particularly something like: options(width = 120) 80 is the default, I believe. On 1920 pixels I can comfortably get around 220 (depending on the overhead of the program, full screen, etc.). I imagine it would also be possible to run into limitations from the termina

Re: [R] R shell line width

2011-09-16 Thread Justin Haynes
you want options(width= ) you can edit your .Rprofile file and the .First function in there to set it when you start R or in the console interactively On Fri, Sep 16, 2011 at 12:48 PM, Mike P wrote: > Hi, > > I want to apologize in advance if this has already been asked. I > wasn't able to fin

[R] R shell line width

2011-09-16 Thread Mike P
Hi, I want to apologize in advance if this has already been asked. I wasn't able to find any information, either on google or from local list search. I'm running an R shell from a linux command line, in an xterm window. Whenever I print a data frame, only the first couple of columns are printed s