Is it possible to split the main title of a plot() in 2 or more lines in R?
Moreover I have a title which consists of many argumenets pasted together
plot(1, main=paste("X:",1," ","Y:", 2," ","\nZ:",3))