Add X & Y Axis Labels to ggplot2 Plot in R (Example) In this example, we’ll use the following data frame as basement: Our data consists of two numeric columns x and y. Furthermore, we have to install and load the ggplot2 package of the tidyverse. Now, we can draw a ggplot2 scatterplotwith default specifications as follows: Figure 1: Basic ggplot2 Plot in R. Figure 1 shows the output of the previous R...