[R] Plot Header
Pete Brecknock
Peter.Brecknock at bp.com
Tue Jan 15 23:49:15 CET 2013
Any recommendations for how I can embed my title below in a single red
strip/box across the plot area in the outer margin?
I would like to avoid the color appearing in any other area defined by the
oma.
# Example Plot
par(mfrow=c(2,2),mar=c(4,4,2,2), oma = c(1, 1, 3, 1))
plot(rnorm(100),1:100)
plot(rnorm(100),1:100)
plot(rnorm(100),1:100)
plot(rnorm(100),1:100)
# Title
title("MY TITLE", outer = TRUE, cex = 1.5, adj=0, col="blue", font=2)
Thanks for any pointers
Pete
--
View this message in context: http://r.789695.n4.nabble.com/Plot-Header-tp4655654.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list