On 03/01/2014 02:08 PM, Jun Shen wrote:
Hi everyone,

I am using the axis command to draw extra axis on the right. How do I
change the text size of the labels as in

axis (4, at=c(1:9), labels='some text', las=1).


I can't find an argument to change the text size for the labels. Thanks.

Hi Jun,
Try this:

axis (4,at=c(1:9),labels='some text',las=1,cex.axis=1.5)

to get about 50% larger characters.

Jim

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to