--- title: "HW 7" author: "Name here" date: "Due February 27, 2018 at 12:15 PM" output: html_document --- Please use D2L to turn in both the Word or PDF output and your R Markdown file in. ## Q1. (4 points) 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. ## Q2. (6 points) 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`. ## Q3. (6 points) 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.