ggplot2Exploring Minard’s 1812 plot with ggplot2 - a much fancier (and more complex) version
ggplot2 (and many code examples).ggplot2ggplot2.ggplot2 graphics library and not the base graphics system? David Robinson explains it well in Don’t teach built-in plotting to beginners (teach ggplot2), and follows up with a longer defense of ggplot2 in Why I use ggplot2rcis library from GitHub. To install the package, run the command remotes::install_github("cis-ds/rcis") in the console. We will be using data from this package in class next week.remotes library installed, you will get an error. Go back and install this first using install.packages("remotes"), then run remotes::install_github("cis-ds/rcis") in the console.