Re: [R] re moving value from a vector

2009-06-29 Thread Henrique Dallazuanna
Try this: x[!x < 10] On Mon, Jun 29, 2009 at 5:58 AM, aledanda wrote: > > Hallo, > > I have a vector of several iterations and I have to remove /filter out all > the values < than 10, > how can I do this? > > Thanks a lot > > Alessandra > -- > View this message in context: > http://www.nabble.c

[R] re moving value from a vector

2009-06-29 Thread aledanda
Hallo, I have a vector of several iterations and I have to remove /filter out all the values < than 10, how can I do this? Thanks a lot Alessandra -- View this message in context: http://www.nabble.com/removing-value-from-a-vector-tp24250608p24250608.html Sent from the R help mailing list ar