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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!