[R] I have an array of plots and I would like to put a title on the whole array.

Arthur Roberts aroberts99163 at yahoo.com
Tue Aug 5 05:19:16 CEST 2008


Hi, all,

Does anyone know of a way to get a title on an array of plots?  I have  
tried to use title, mtext, and text to get the title on the array, but  
to no avail.  I would like something like the following.


title("Big Array")
par(mfrow=c(2,4))
plot(x1,y1)
plot(x2,y2)
..
..
..

Much appreciated,
Art



More information about the R-help mailing list