In this video, I'd like to show you the bare minimum of what we need to know to render a visualization in ggplot. The bare minimum is that we need to use the three essential layers (three out of seven possible). Those three essential layers are data, aesthetics, and giome (short for geometries layers). To do that, I'm going to walk through the code that I wrote to generate this plot here in ggplot, where I've used those three layers. My code is here https://github.com/bionicturtle/youtube/blob/master/r-intro/07-ggplot-cml-v4.Rmd