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
multiple plots with a title
4 messages · array chip, Peter Alspach, Peter Dalgaard
John
?mtext
e.g. mtext('General title', outer=T, line=-1)
HTH
Peter Alspach
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of array chip Sent: Wednesday, 5 March 2008 10:48 a.m. To: R-help at stat.math.ethz.ch 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 at 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.
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 <PAlspach at hortresearch.co.nz> wrote:
John
?mtext
e.g. mtext('General title', outer=T, line=-1)
HTH
Peter Alspach
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of
array chip
Sent: Wednesday, 5 March 2008 10:48 a.m. To: R-help at stat.math.ethz.ch 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 at 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?
array chip wrote:
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?
I guess you need to increase the outer margins par(oma=....)
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 <PAlspach at hortresearch.co.nz> wrote:
John
?mtext
e.g. mtext('General title', outer=T, line=-1)
HTH
Peter Alspach
-----Original Message-----
From: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org] On Behalf Of
array chip
Sent: Wednesday, 5 March 2008 10:48 a.m.
To: R-help at stat.math.ethz.ch
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 at 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 at 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.
O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907