Re: [R] writing several command line in R console

2003-03-04 Thread Peter Dalgaard BSA
"Petr Pikal" <[EMAIL PROTECTED]> writes: > > I would like to know how to step to the next line in the R console > > editor without breaking the continuity of my code more clearly : if > > for example I write a function, so far i have to write the all code > > inside on the same line wich may beco

Re: [R] writing several command line in R console

2003-03-04 Thread Petr Pikal
Hallo On 4 Mar 2003 at 2:36, Vincent Stoliaroff wrote: > > Hi R lovers > > I would like to know how to step to the next line in the R console > editor without breaking the continuity of my code more clearly : if > for example I write a function, so far i have to write the all code > inside on t

RE: [R] writing several command line in R console

2003-03-03 Thread Vincent Stoliaroff
t;[EMAIL PROTECTED]> To: "'Vincent Stoliaroff'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: [R] writing several command line in R console Date: Tue, 4 Mar 2003 14:04:13 +1100 The R prompt should be though of as a one line editor or rather one expression

RE: [R] writing several command line in R console

2003-03-03 Thread Henrik Bengtsson
TECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Vincent > Stoliaroff > Sent: den 4 mars 2003 13:36 > To: [EMAIL PROTECTED] > Subject: [R] writing several command line in R console > > > > Hi R lovers > > I would like to know how to step to the next line in the R

Re: [R] writing several command line in R console

2003-03-03 Thread Spencer Graves
You can start the first line with "(". Then everything you write will NOT be syntactically complelte until you issue the closing ")". I learned this from Venables and Ripley, Modern Applied Statistics with S. The "+" sign in front of each line is NOT something you should enter: R changes its

[R] writing several command line in R console

2003-03-03 Thread Vincent Stoliaroff
Hi R lovers I would like to know how to step to the next line in the R console editor without breaking the continuity of my code more clearly : if for example I write a function, so far i have to write the all code inside on the same line wich may become obscure as the function is more and more