Skip to content
Prev 201085 / 398503 Next

title problem

It seems that there is a problem in
 displaying subtitle in general, independently from
 multi-plot display. when I do
 
 plot (c(1,2,3), c(9,8,7), type = "l")
  title(main = "Main title", sub ="Sub title",cex.main=2,
 cex.sub = 2)
 
 subtitle doesn't get displayed