Ng Stanley
2008-Apr-10 03:20 UTC
[R] I have a 3 by 2 plots per page. How do I specify a title at the top centre of each page ?
Hi, I have a 3 by 2 plots per page. How do I specify a title at the top centre of each page ? [[alternative HTML version deleted]]
Ng Stanley
2008-Apr-10 06:27 UTC
[R] I have a 3 by 2 plots per page. How do I specify a title at the top centre of each page ?
Found the solution, p <- par(mfrow = c(3, 2), oma = c(0, 0, 2.1, 0)) title(main = paste("Title is here"), outer = TRUE, cex.main = 1.5, font.main = 4) On Thu, Apr 10, 2008 at 11:20 AM, Ng Stanley <stanleyngkl@gmail.com> wrote:> Hi, > > I have a 3 by 2 plots per page. How do I specify a title at the top centre > of each page ? >[[alternative HTML version deleted]]