reduce ggtitle size

To reduce the ggtitle size in R, you can follow these steps:

  1. Use the theme() function to modify the text properties of the plot title.
  2. Inside the theme() function, use the plot.title argument to specify the properties of the plot title.
  3. Use element_text() within the plot.title argument to set the size of the plot title text using the size parameter.

Hope this helps!