powered by
Compare two vectors
equal(a, b)over(a, b)lower(a, b)
over(a, b)
lower(a, b)
the compared object
one vector
the other vector
equal(letters,c('a','b')) over(1:10,5) over(1:10,5)
Run the code above in your browser using DataLab