[R] main title in plot; outer=TRUE (cut off)

AlexC alexandre.chausson at unil.ch
Fri Dec 16 11:25:32 CET 2011


Hello, 

I'm trying to position a plot title "1 a)" in the top left corner of a
graph; i've set outer=TRUE for it to be in the outer margin unfortunately
this is cut off.  Is there a way either to make it so that it is not cut off
or increase the number of margins and then place it in margin below the
outer?

Heres what I have so far
windows(width=7,height=7)
plot(data$x,data$y,ylab="ylab",xlab="xlab",cex=1.5,cex.lab=1.5,cex.axis=1.5,font.axis=3,axes=FALSE)
par(mar=c(5,4,4,2)+0.2)
title(outer=TRUE,adj=0,main = list("1 a)", cex=1.1,col="black", font=2))

thank you for your help in advance



--
View this message in context: http://r.789695.n4.nabble.com/main-title-in-plot-outer-TRUE-cut-off-tp4204006p4204006.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list