Displaying 1 result from an estimated 1 matches for "tp3772779p3776432".
Did you mean:
tp3772779p3776430
2011 Aug 27
7
Asking Favor For "Remove element with Particular Value In Vector"
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 24 33 44..................................[238] 255
Let the vector label as "x",I want remove element "0" and "255".I try use
such function:
x[x>0 & x<255]
However, I am fail since same results