Sundar Dorai-Raj <[EMAIL PROTECTED]> writes:

> > I would like to put a title at the very top of the page that ties the 
> > theme of all the charts
> > together.  How would this be done, please?
> > 
> 
> 
> How about this:
> 
> z1 <- rexp(100)
> z2 <- rexp(100)
> z3 <- rexp(100)
> par(mfrow=c(2,2),oma = c(0, 0, 3, 0))
> curve(dexp,from=0,to=5)
> hist(z1,main="Size 5")
> hist(z2,main="Size 15")
> hist(z3,main="Size 30")
> mtext("Densities", outer = TRUE, cex = 2)

or even

title("Densities", outer = TRUE, cex.main=2)

-- 
   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
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to