Hi,
I got problem in using title function to create a title for multiple plots 
presented together by par. As can be seen in the attached file, the title is 
displayed truncated and the subtitle doesn't get displayed. Here is the code:

  par(mfrow = c(1,2))
 plot(c(1,2,3), c(9,8,7))
 plot(c(1,2,3), c(9,8,7))
 title(main = "Main title", sub ="Sub title",outer = TRUE, cex.main=1.5, 
cex.sub = 1.5)

Carol


      

<<attachment: titlePb.png>>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to