Re: [Rd] Add on argument in seq()

2015-06-16 Thread Millot Gael
ok. Many thanks for your help ! Best, Gael. De : Gabriel Becker [mailto:gmbec...@ucdavis.edu] Envoyé : lundi 15 juin 2015 23:54 À : Hadley Wickham Cc : Millot Gael; r-devel Objet : Re: [Rd] Add on argument in seq() Millot, On Mon, Jun 15, 2015 at 9:19 AM, Hadley Wickham mailto:h.wick

Re: [Rd] Add on argument in seq()

2015-06-15 Thread Gabriel Becker
And I haven't found in ?seq() the particular behavior of this function > when length.out = 1. > > > > Thanks for your help ! > > > > Best, > > > > Gael. > > > > > > De : Gabriel Becker [mailto:gmbec...@ucdavis.edu] > > Envoyé : lund

Re: [Rd] Add on argument in seq()

2015-06-15 Thread Hadley Wickham
when > length.out = 1. > > Thanks for your help ! > > Best, > > Gael. > > > De : Gabriel Becker [mailto:gmbec...@ucdavis.edu] > Envoyé : lundi 15 juin 2015 16:25 > À : Millot Gael > Cc : r-devel > Objet : Re: [Rd] Add on argument in seq() > > > Millot, >

Re: [Rd] Add on argument in seq()

2015-06-15 Thread Millot Gael
teger. And I haven't found in ?seq() the particular behavior of this function when length.out = 1. Thanks for your help ! Best, Gael. De : Gabriel Becker [mailto:gmbec...@ucdavis.edu] Envoyé : lundi 15 juin 2015 16:25 À : Millot Gael Cc : r-devel Objet : Re: [Rd] Add on argument in seq(

Re: [Rd] Add on argument in seq()

2015-06-15 Thread Gabriel Becker
Millot, I think the problem with that is that what you propose isn't a sequence starting at from in any meaningful way, and thus does not satisfy the contract of the seq function. Best, ~G On Jun 15, 2015 7:12 AM, "Millot Gael" wrote: > Hi. > > I have a problem with the default behavior of seq