Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, I am struggling trying to find the right code for the following steps in R. Any help would be appreciated! From the SalesDataset copy
Hello, I am struggling trying to find the right code for the following steps in R. Any help would be appreciated!
- From the SalesDataset copy "QuantitySold" to a vector called "Quantity." Copy "TotalSales" to a vector called "Sales." Copy "TotalCosts" to a vector called "Costs."
- Make boxplot for "Quantity." Ensure that the boxplot color is gold.
- Make histogram for "Quantity." Ensure that the counts are on the y axis.
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