Question: in Rstudio 1. WRITE A FUNCTION a) Write a function that calculates (x, x2, x3, . ,x10) for integer values of x. b) Test the
in Rstudio
1. WRITE A FUNCTION a) Write a function that calculates (x, x2, x3, . ,x10) for integer values of x. b) Test the function to illustrate that it works correctly, or a variety of different inputs. 2. WRITE A FUNCTION a) Write a function, my_function, to test if two given arguments, a and b, are both numeric. If they are, calculate a + b. If they are not both numeric, print "the arguments were not both numeric. b) Test the function to illustrate that it works as expected
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
