search for: tp3475277p3475277

Displaying 1 result from an estimated 1 matches for "tp3475277p3475277".

2011 Apr 26
2
R plot : hat symbol and cex.lab
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)