[R] Waiting bar

2008-01-30 Thread tintin_et_milou
Hi, I would like to know if it is possible to generate a waiting bar in R when you execute your programs like in Matlab, to make the program more living. Particularly for the loops, it can be useful to know how many time left... Thanks in advance, Loïc Joffre -- View this message in context:

Re: [R] Data import error: duplicate "row.names"

2007-12-07 Thread tintin_et_milou
I had the same problem one time. It was because I did a copy paste under excel that is to say i put some data from an other file at the following of the file, and R thought it was duplicate row.names. So i did two exports on R and after i did a rbind... I don't know if you did a copy paste like i

Re: [R] comparison of two vectors

2007-12-03 Thread tintin_et_milou
Thanks for your help, but there is some more problem. The two vectors have not the same length so there is a problem with cbind. I give you an example. My first vector is >g[g[,1]>2035 & g[,1]<2050,] M.Z Intensity 2035.836 652.9494 2035.939 664.5841 2036.043 696.0554 2036.14