Question 2: Loading Packages and Plotting Data You should have installed the tidyverse in the discussion/homework for th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 2: Loading Packages and Plotting Data You should have installed the tidyverse in the discussion/homework for th
Question 2: Loading Packages and Plotting DataYou should have installed the tidyverse in the discussion/homeworkfor this module.1) Write the code to load the tidyverse package.2) Create an object called sales.3) Add the following values to sales (in this order): 50, 150, 200,100, 300, 2504) Create another object called month.5) Add the following values to month (in this order):1,2,3,4,5,66) Use the qplot function to create a scatterplot with sales on they-axis and month on the x-axis.