Please use D2L to turn in both the Word or PDF output and your R Markdown file in.
Create a plot (using base graphics) of data over time. You can use a data set from class or elsewhere. In addition to labels, titles, and a legend include a text annotation on the graphic.
Remake (a better version) of the Average Points Scored in NCAA tournament from Lecture using ggplot2
. You can lift code from the lecture to get data for the figure. The figure does not need to be a replicate, but explore some of the features in ggplot2
.
Use the same dataset to remake your figure from HW6 Q2 using ggplot2()
. Discuss the ease of making the graphic with both types and compare the resulting graphics.