- R includes highly flexible and powerful tools for visualizing many kinds of data
- One tool for analysis and visualizing == win-win!
- However, using these tools can seem trying to hike through the Amazonian jungle, so its good to have a guide
- We will try to balance the two approaches to learning plotting in R
- The "cookbook" approach: When you have data like w, plot them with function x and use arguments y and z
- The "microscope" approach: Study the behavior of function x in depth, learning every in and out of how it works, every quirk, etc.