Answered step by step
Verified Expert Solution
Link Copied!

Question

...
1 Approved Answer

Can you please help me with this using R please : provide a custom function called irisColor(). Your function should take in a single character

Can you please help me with this using R please :

  1. provide a custom function called irisColor().
    • Your function should take in a single character string as the only input.
    • If the input is "setosa", return "red"
    • If the input is "versicolor", return "lightblue"
    • If the input is "virginica", return "purple"
    • If the input is not one of the above, throw an informative error
  2. Use sapply() and your custom function to produce an array of length 150 that has these three colors by species for the 150 specimens in the iris data set.
  3. Plot petal width (Y) against petal length (X), using a scatterplot. Make your plot useful by giving it appropriate labels. The main title of the plot should be your name. Additionally, use a solid plotting mark (like pch=20) and color them by species via giving col= your array from b).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Managerial Accounting

Authors: John J. Wild, Ken W. Shaw

2010 Edition

978-0073379586

Students also viewed these Mathematics questions