Compare two vectors
equal(a, b) over(a, b) lower(a, b)
a
one vector
b
the other vector
the compared object
equal(letters,c('a','b')) over(1:10,5) over(1:10,5)