Q: What argument of the labs() function can a data analyst use to add text outside of the grid area of a plot?
or
Q: How can a data analyst put text outside of a plot’s grid area using the labs() function?
- text
- note
- title
- annotate
Explanation: The title argument of the labs() method in ggplot2 is what a data analyst may use to add text to a plot that is located outside of the grid area included inside the plot. To be more specific, title is used to add a title to the whole plot, and this title is often positioned outside of the grid area.