Comment faire pour aligner à gauche du texte à annoter de ggplot2

Mon exemple est:

qplot(mtcars$mpg) + annotate(geom = "text", x = 30, y = 3, label = "Some text\nSome more text")

Comment puis-je obtenir le texte ici pour être aligné à gauche? De sorte que la " Certains du line up avec les autres.

InformationsquelleAutor kennyB | 2014-10-31