On 20-May-05 Eric Lecoutre wrote: > > Well... > > You just can't end vector declaration with a comma... > >> x <- c(0,1,) > Error: syntax error >> x <- c(0,1) > > Eric
Well, maybe some people can't achieve that, but I can: > x<-c(1,2,3,) > x [1] 1 2 3 (on both R-1.8.0 and R-2.1.0beta) Best wishes to all, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <[EMAIL PROTECTED]> Fax-to-email: +44 (0)870 094 0861 Date: 20-May-05 Time: 14:07:14 ------------------------------ XFMail ------------------------------ ______________________________________________ [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
