Using data from the \(\color{red}{\text{nasaweather}}\) package,
* Create a scatterplot between wind and pressure, with color being used to distinguish the type of storm.
* Use a geom_path layer to plot the path of each tropical storm. Use color to distinguish the storms from one another, and use faceting to plot each year in its own panel.
Using data from the \(\color{red}{\text{mlb_teams.csv}}\) file,
* Create an informative data graphic & summary that illustrates an interesting relationship within the MLB data.
* Graph the functions and find the area between \(y = x^2\) and \(y = \sqrt x\): using the integrate function.
* Find the area between \(y = x^2\) and \(y = \sqrt x\): with a simulation - Think Dartboard!
* Create an informative data graphic & summary that compares & contrasts the ages of the Academy Award Winning Actors & Actresses.