I want draw the ylab on the top of the y axis, which code can I use?
Here is the example
par(mar=c(4,6,4,4))
plot(rnorm(100), ylab="")
mtext(side=2, text="Label", las=1, line=2)
I want draw the ylabel at the top of y axis which red arrow indicated.