
Hello! This week I also went over the last couple chapters in "Data Visualization with R" by Rob Kabacoff. We skipped chapters 10 and 11 since we went over most of the pertinent information they contained in previous chapters, and went straight to chapters 12 and 13. Chapter 12 is a fun chapter about interactive graphs. I had to download some additional packages to make them work, such as leaflet. Chapter 13 provides advice on how to make the graphs most appealing. It goes over labeling, picking colors, and how to best customize your graphs so they are easy and appealing to look at. Chapter 12: Interactive Graphs R does not produce these graphs on its own, and makes a connection with JavaScript to make these graphs. Unlike the other graphs in this book that look just as nice on paper as on a screen, interactive graphs need to be viewed on an app or web page. Leaflet Leaflet is a JavaScript library for interactive maps. The leaflet package in R is used to create interactive ...