I have a vector like this:
vectorx<-c(3,3,1,1,1,2,2,2,2,2,2,2,2,2)
and I want to check if the sequence 3,3,1,1,1,2 exists.
It turns out that this sequence can be in any position of the vector, I just want to know if this sequence specifi...
asked on
27.11.2017 / 22:25