[R] Remove a number from a vector

Zhou Fang zhou.zfang at gmail.com
Fri May 11 15:25:49 CEST 2012


Better yet, remove the which altogether, and it'll run a slight bit faster
and maybe look a little neater.
x <- x[x!="bobo"] 

--
View this message in context: http://r.789695.n4.nabble.com/Remove-a-number-from-a-vector-tp851865p4626413.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list