[R] seq in R

Gabor Grothendieck ggrothendieck at gmail.com
Fri Jun 24 18:58:56 CEST 2005


On 6/24/05, Omar Lakkis <uofiowa at gmail.com> wrote:
> I want to generate a sequence from 1 to x by 1
> seq(1,x,by=1)
> I want the above to return an empty list if x is zero

seq(length = x)




More information about the R-help mailing list