Skip to content

Centered overall title with layout()

2 messages · Lapointe, Pierre, Stephen D. Weigand

2 days later
#
Dear Pierre,
On May 15, 2005, at 6:36 PM, Lapointe, Pierre wrote:

            
Does mtext give you what you want? E.g.,

par(oma = c(0, 0, 3, 0))
z <- layout(matrix(c(1:6), 3,2, byrow = TRUE))
layout.show(6)
mtext("Centered Overall Title", side = 3, line = 1, outer = TRUE)

Hope this helps,
Stephen