Please submit both the .Rmd and a .html file on Canvas.
Do not use any packages to do the actual plotting on this assignment (it is okay to use packages as needed for data cleaning and manipulation)
Your assignment this week is to create data visualizations of your own data using base R plotting functions.
First, help me understand these data. In a few sentences, describe the research design, structure of the data, and any quirks you think would be helpful for me to know about.
Then, create at least 4 figures that help you understand and visualize your data. Bonus if these figures complement each other to tell a story of your data, but this is not a requirement. You should include code to do the following at least once across your 4+ figures:
par(mfrow = ...)
or layout()
abline()
, lines()
, or matlines()