Q. Which of the following is example of vectorized operation as far as subtraction is concerned?
> x <- 1:4
> y <- 6:9
β
Correct Answer: (B)
x-y
You must be Logged in to update hint/solution