Engineering
Engineering, 19.08.2020 01:01, gabriieldelacruz16

Myplot <- function (data, rows) { matplot (t(data[rows, ]), type="b", pch=15:18, col=c(1:4, 6))
legend ("bottomleft", inset=0.01, legend=Players[rows], pch=15:18, col=c(1:4, 6))
}

#Call the myplot function you created above and plot the first 5
myplot (Salary, 1:10)

If you copy the code above (assuming the NBA data has already been loaded in R Studio) and run it, it'll create a graph of the Salaries of all 10 players in the NBA data set.

Use the same myplot function above with different matrices (in the next set of questions) and answer the following questions. Make sure to describe in detail your analysis.

Embed your graphs where asked !

1. Plot the Games matrix and explain what do you notice about players like DerrickRose and KobeBryant? Embed the graph in your answer.

2. Plot FieldGoals / Games and what do you notice for DerrickRose as compared to chart in last question? Embed the graph in your answer.

3. Who uses the time on the court most effectively? (HINT: FieldGoals / MinutesPlayed chart). Embed the graph in your answer.

4. Plot out Points / FieldGoals and explain what behavior you notice about certain players in the chart. Embed the graph in your answer.

5. What does the FieldGoals / FieldGoalAttempts chart show us? Which player surprises you in the chart? Embed the graph in your answer.

6. What is the correlation between FieldGoalAttempts / Games and Points / Games for Dwight Howard?

7. What is the overall trend of all the players for MinutesPlayed / Games chart? Embed the graph in your answer.

8. Plot Salary / Games what is something that stands out in the chart. How can we explain this unusual behavior?

9. Describe anything interesting about the Salary / FieldGoals results?

10. Describe anything interesting about the Points / MinutesPlayed results?

answer
Answers: 2

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, namira16
Which of the following controllers anticipates the future from the slope of errors over time? a)-proportional b)-on/off c)-integral d)-derivative.
Answers: 2
image
Engineering, 04.07.2019 18:20, samueltaye
Modern high speed trains do not have perpendicular expansion gaps where rails are joined end-to-end any more they are mostly welded together but what might happen if there was a spell of particularly hot weather that causes inspection of the tracks?
Answers: 1
image
Engineering, 04.07.2019 19:10, Mimidj9279
The sum of the normal stresses does not change as the stress state rotates through an angle. a)-trune b)- false
Answers: 2
image
Engineering, 04.07.2019 19:10, pedropaulofpedrosapp
Tom is having a problem with his washing machine. he notices that the machine vibrates violently at a frequency of 1500 rpm due to an unknown rotating unbalance. the machine is mounted on 4 springs each having a stiffness of 10 kn/m. tom wishes to add an undamped vibration absorber attached by a spring under the machine the machine working frequency ranges between 800 rpm to 2000 rpm and its total mass while loaded is assumed to be 80 kg a) what should be the mass of the absorber added to the machine so that the natural frequency falls outside the working range? b) after a first trial of an absorber using a mass of 35 kg, the amplitude of the oscillation was found to be 10 cm. what is the value of the rotating unbalance? c) using me-3.5 kg. m, find the optimal absorber (by minimizing its mass). what would be the amplitude of the oscillation of the absorber?
Answers: 3
Do you know the correct answer?
Myplot <- function (data, rows) { matplot (t(data[rows, ]), type="b", pch=15:18, col=c(1:4, 6))...

Questions in other subjects:

Konu
Biology, 21.01.2021 20:30
Konu
Mathematics, 21.01.2021 20:30
Konu
History, 21.01.2021 20:30
Konu
History, 21.01.2021 20:30