Skip to content
Prev 366554 / 398502 Next

Delete the first instances of the unique values of a vector in R

I think you should probably go read some introductory material on R.
There are lots of good references out there. R does not work in the
same way as MATLAB.

You should probably also read the posting guide, and this article on
making good reproducible examples:
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

Meanwhile, it sounds like you might want this:
[1]  TRUE  TRUE FALSE FALSE FALSE FALSE  TRUE FALSE
On Tue, Jan 10, 2017 at 4:39 PM, Tunga Kantarc? <tungakantarci at gmail.com> wrote: