Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) Write a function as a R code,my_function, to test if two given arguments, a and b , are both numeric. If they are, calculate

a)Write a function as a R code,my_function, to test if two given arguments,aandb, are both numeric. If they are, calculateaplusb. If they are not both numeric, print "the arguments were not both numeric".

Here's the outline of the required code. You need to enter the'missing code'

my_function 'missing code') {

missing code - the calculation if the above condition is TRUE

else

missing code -print "the arguments were not both numeric"

}

b)Call the function as follows to show that the function is working as required.

my_function (10, 20)

my_function (10,"cat")

image text in transcribed
3) Write a function, my_function, to test if two given arguments, a and b, are both numeric. If they are, calculate a plus b. If they are not both numeric, print \"the arguments were not both numeric\". Here's the outline of the required code. You need to enter the 'missing code ' my_function

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Algebra 2

Authors: Edward B. Burger, Juli K. Dixon, Steven J. Leinwand, Timothy D. Kanold

1st Edition

0544385918, 978-0544385917

More Books

Students also viewed these Mathematics questions

Question

What does nonverbal communication mean?

Answered: 1 week ago

Question

Which of the following is NOT a relational operator? 1. =

Answered: 1 week ago