Re: [R] y label perpendicular to the y axis
Try: par(mar=c(4,6,4,4)) plot(rnorm(100), ylab="") mtext(side=2, text="Label", las=1, line=2) On 10/03/2008, JuanCarlos CorreaMorales <[EMAIL PROTECTED]> wrote: > Hi R-users: > > We need to place the y label horizontally on a plot. > > Instead of > | > l | > a | > b | > e | >
[R] y label perpendicular to the y axis
Hi R-users: We need to place the y label horizontally on a plot. Instead of | l | a | b | e | l | |__ we want | | label | | | |__ We thank you any advice. Yours, Ju