In ggplot2, how to put the plot title at the bottom of the plot.
qplot(rnorm(100)) + ggtitle("My Title")
puts the title at middle and top of plot, while I want it to be at middle and bottom of the plot.
See Question&Answers more detail:osIn ggplot2, how to put the plot title at the bottom of the plot.
qplot(rnorm(100)) + ggtitle("My Title")
puts the title at middle and top of plot, while I want it to be at middle and bottom of the plot.
See Question&Answers more detail:os