Create a new ggplot — ggplot • ggplot2 There are three common ways to invoke ggplot (): The first method is recommended if all layers use the same data and the same set of aesthetics, although this method can also be used to add a layer using data from another data frame. See the first example below. The second method specifies the default data frame to use for the plot, but no ...