Thanks, yes, it worked. I got another problem. I generated these plots into a postscript file, now the title was truncated (only show lower half). I tried changing region argument in the postscript(), but not working. any suggestions?
postscript("database.ps",horizontal=T,color.p=T,ps.region=c(50,7.92,594,784)) par(mfrow=c(2,3)) plot(..) plot(..) plot(..) plot(..) plot(..) plot(..) mtext('title', outer=T, line=-1,font=1,cex=1.3) dev.off() thanks --- Peter Alspach <[EMAIL PROTECTED]> wrote: > John > > ?mtext > > e.g. mtext('General title', outer=T, line=-1) > > HTH > > Peter Alspach > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > array chip > > Sent: Wednesday, 5 March 2008 10:48 a.m. > > To: [EMAIL PROTECTED] > > Subject: [R] multiple plots with a title > > > > Hi, I am wondering how can I add a common title to > the top of > > a page that contains multiple plots using, e.g., > par(mfrow=c(2,3))? > > > > thanks > > > > John Zhang > > > > ______________________________________________ > > 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. > > > > The contents of this e-mail are privileged and/or > confidential to the named > recipient and are not to be used by any other > person and/or organisation. > If you have received this e-mail in error, please > notify the sender and delete > all material pertaining to this e-mail. > ____________________________________________________________________________________ Looking for last minute shopping deals? ______________________________________________ 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.