powered by
Test if two numeric vectors are equal in their length and their elements
NumericVectorEquality(x, y)
NumericVector
1 if equal, 0 if not.
# NOT RUN { x <- c(1:10) y <- rev(c(10:1)) NumericVectorEquality(x,y) # }
Run the code above in your browser using DataLab