On 6/24/05, Omar Lakkis <[EMAIL PROTECTED]> 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)

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to