Question: R programming help. Using the vector x below, divide every element in an even index by two, without modifying the elements in odd indices. Make
R programming help.
Using the vector x below, divide every element in an even index by two, without modifying the elements in odd indices. Make your code general enough that it works regardless of vector length.
x <- 1:13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
