I am not sure if I understand your question properly but try this
par(mfrow=c(1,3))
plot(1:10, 1:10, xlab="A very long label here")
plot(1:10, 1:10, xlab="A very long \n label here")
plot(1:10, 1:10, xlab="A very long \n label here", cex.lab=2)
Also have a look at help("par").
On Thu, 2004-07-22 at 23:14, Hang Lai wrote:
> Hi:
> I have a question about the R plot, I change the size of the y axis label from 1
> to 2, but part of the word is missing as being cut. So I guess it is over the
> boudary of the R graphical setting.
> Would you please help me with it? How to change the boundary so that the full
> part of my y axis label will appear?
> Your help is highly appreciated!
> sincerely hang
>
>
>
> No pain no gain.
> That is life , full of sweet and bitter
>
>
>
> ---------------------------------
>
> TTÏçÏÐó
> [[alternative HTML version deleted]]
>
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html