Sample code
library(ggplot2)
ggplot(mtcars, aes(mpg, cyl, color = vs)) + geom_line()
How if it is possible to add arbitrary text to the x axis like in this example made using the plot above and then I wrote on it "arbitrary words"
See Question&Answers more detail:os