[R] R plot : hat symbol and cex.lab

BMichel michel.bertrand.pub at gmail.com
Tue Apr 26 14:01:29 CEST 2011


Hello,

Does anybody know how to make the "hat" correctly appears in the label of
this plot (with this cex.lab coefficient) :

plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5)

The "hat" does not completely appear on my graph, it is like cut on the left
side.
It tried to change the margin :

par(oma=c(0,2,0,0))
plot(1:10, 1:10,ylab = expression(hat(h)),cex.lab = 1.5)

but it doesn't work. Thanks for your help.

Bertrand 

--
View this message in context: http://r.789695.n4.nabble.com/R-plot-hat-symbol-and-cex-lab-tp3475277p3475277.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list