Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, I have R programming questions. I need your help. Thank you so much. (a) Download the data sets nba_projections.csv, player_exposure.csv, and lamelo.csv, and save
Hello, I have R programming questions.
I need your help.
Thank you so much.
(a) Download the data sets nba_projections.csv, player_exposure.csv, and lamelo.csv, and save them to whatever directory you are using for this course.\f(c) Follow the instructions under Setup to install the tidyverse package and change your path inside the setde function to the proper path for the directory you use for this course. (d) You may ignore all of the code in the Formatting chunk. I have included it in case some of you are interested in seeing how we clean data, but you are not responsible for knowing what anything in this chunk means. 0. Open a new R. Markdown file.2. (a) Take a look at the cleaned_proj dataframe to familiarize yourself With its contents. It contains the total points scored for that day, broken down by position. (b) Produce a bar plot Where the height is given by the pts column. You should set the namesarg arguemnt to the Position column and set the yaxis to go from 0 to 900. Set the colour of the bars to be the rainbow as you saw in Chapter 10:5 lecture. Title the plot \"Fantasy Points by Position\" and label the Xaxis as \"Position\" and the yaxis as \"Points\". 3. Take a look at the lamelo dataframe. It contains various statistics for Lamelo Ball, broken down by game. (a) Produce a line plot With the fpts column as the yvalues and the G column as the Xaxis. Label the X-aXis \"Game Number\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