I have created the following plot using ggplot2.
I would like to move the caption so that it is under the legend. I have tried using the following code:
theme(plot.caption = element_text(hjust = 1))
But it seems like the current position is the "most right" that the caption can go using this code. Any tips in moving the caption further right?
Thanks!