Re: [R] Data.frame columns in R console

2007-02-09 Thread Martin Maechler
> "Lauri" == Lauri Nikkinen <[EMAIL PROTECTED]> > on Fri, 9 Feb 2007 14:21:26 +0200 writes: Lauri> This still does not solve the issue that when I print in R console I get Lauri> columns that don't fit in the window underneath each other. Thanks anyway! But Brian did give y

Re: [R] Data.frame columns in R console

2007-02-09 Thread Lauri Nikkinen
Hi, This still does not solve the issue that when I print in R console I get columns that don't fit in the window underneath each other. Thanks anyway! -Lauri 2007/2/9, Martin Maechler <[EMAIL PROTECTED]>: > > > "Petr" == Petr Pikal <[EMAIL PROTECTED]> > > on Fri, 09 Feb 2007 09:42:

Re: [R] Data.frame columns in R console

2007-02-09 Thread Martin Maechler
> "Petr" == Petr Pikal <[EMAIL PROTECTED]> > on Fri, 09 Feb 2007 09:42:13 +0100 writes: Petr> Hi Petr> On 9 Feb 2007 at 10:17, Lauri Nikkinen wrote: >> Thank you for your answer. When I set options(width=250) I still get >> the same result when I print the data.frame o

Re: [R] Data.frame columns in R console

2007-02-09 Thread Lauri Nikkinen
kinen wrote: > > Date sent: Fri, 9 Feb 2007 10:17:48 +0200 > From: "Lauri Nikkinen" <[EMAIL PROTECTED]> > To: "Prof Brian Ripley" <[EMAIL PROTECTED]> > Copies to: r-help@stat.math.ethz.ch > Sub

Re: [R] Data.frame columns in R console

2007-02-09 Thread Petr Pikal
r-help@stat.math.ethz.ch Subject: Re: [R] Data.frame columns in R console > Thank you for your answer. When I set options(width=250) I still get > the same result when I print the data.frame on my Rgui console (R > 2.4.1, Windows XP). Colums become underneath each other. I also get a

Re: [R] Data.frame columns in R console

2007-02-09 Thread Prof Brian Ripley
On Fri, 9 Feb 2007, Lauri Nikkinen wrote: > Thank you for your answer. When I set options(width=250) I still get the > same result when I print the data.frame on my Rgui console (R 2.4.1, Windows > XP). Colums become underneath each other. I also get an error (?) message [ > reached getOption("max

Re: [R] Data.frame columns in R console

2007-02-09 Thread Lauri Nikkinen
Thank you for your answer. When I set options(width=250) I still get the same result when I print the data.frame on my Rgui console (R 2.4.1, Windows XP). Colums become underneath each other. I also get an error (?) message [ reached getOption("max.print") -- omitted 3462 rows ]]. For example if I

Re: [R] Data.frame columns in R console

2007-02-08 Thread Prof Brian Ripley
?options, look for 'width'. I don't know what OS this in: the Windows Rgui has an option to set the width to the width of the console, but you can override it. On Thu, 8 Feb 2007, Lauri Nikkinen wrote: > Hi R-users, > > > > A newbie question: assume that I have for example 30 columns in my > dat

[R] Data.frame columns in R console

2007-02-08 Thread Lauri Nikkinen
Hi R-users, A newbie question: assume that I have for example 30 columns in my data.frame named DF. When I print DF in R console I get columns that don't fit on the same row underneath each other. So how do I change the R console preferences so that the console does not wrap my data.frame column