Question: R Language 2. Write a command that reverses the contents of the vector named, x. However this time, do it WITHOUT using the rev function.
R Language
2. Write a command that reverses the contents of the vector named, x. However this time, do it WITHOUT using the rev function. Your code should store the result in a vector named y. For example, if x contains c(10,20,30) then after your code runs, y should contain c(30,20,10).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
