Re: [R] help to ... import the data from Excel

2011-10-13 Thread eyildiz
Hi, i had same problem with xlsReadWrite. this function loads a required package. try this: xls.getshlib() -- View this message in context: http://r.789695.n4.nabble.com/help-to-import-the-data-from-Excel-tp3893382p3902973.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Asking Favor For Remove element with Particular Value In Vector

2011-08-28 Thread eyildiz
You can use 'which' and negative subscripts to remove elements from a vector. y-x[-(which(x==0|x==255))] chuan_zl wrote: Dear All. I am Chuan. I am beginner for R.I facing some problem in remove element from vector.I have a vector with size 238 element as follow(a part) [1] 0 18