I have a long title for a plot in R and it keeps extending outside the plot window. How can I wrap the title over 2 rows?
try adding " " (new line) in the middle of your title. For example:
plot(rnorm(100), main="this is my title on two lines")
2.1m questions
2.1m answers
60 comments
57.0k users