ggplot Basics: Mappings And Geoms

This is part two of a series on ggplot2. In today's post, we will look at some of the basics of ggplot.  As mentioned in the previous post, ggplot has a number of layers.  In today's post, we will look at two of these layers:  the basic mapping layer and the geometric object (geom) layer.…

Advertisement