Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2 10 pts An Economics Professor is interested in the 5 different currencies: Canadian Dollar (CDN), Euro (EUR), Great British Pound (GBP), Japanese Yen
Question 2 10 pts An Economics Professor is interested in the 5 different currencies: Canadian Dollar (CDN), Euro (EUR), Great British Pound (GBP), Japanese Yen (JPY) and United States Dollar (USD) found in the file Currency.csv. The professor reads in the file and creates a table named curcount1. The researcher is interested in tracking when they go up and down, but first wants to show in a Bar Plot the frequency of measurements taken per currency. For some reason, the Professor wants to change the color. Which of the following R code(s) that would give the professor the box plot with the title "Currency Change", x label of "Currency", y label of "FOM" and the bars colored blanched almond? O barplot( curcount1, main = "Currency Change", ylab = "FOM", xlab = "Currency", col= "blanchedAlmond" ) barplot( curcount1, main = "Currency Change," xlab = "Currency", ylab = "FOM", col= "blaNcHeDaLmOnD" ) O barplot( curcount1, main = "Currency Change", xlab = "Currency", ylab = "FOM", col= "blanchedalmond") O barplot( curcount1, man = "Currency Change", xlab = "Currency", ylab = "FOM", col= "blanchedalmond")
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started