[R] Size of label axis

Jim Lemon jim at bitwrit.com.au
Sun May 5 11:30:08 CEST 2013


On 05/05/2013 08:24 AM, Jose Narillos de Santos wrote:
> Hi all,
>
> I want to know if the is a possibility to increase the size of the default
> numbers that appears on axis on a plot, I don´t mean a labbel I mean the
> number on axis and yaxis.
>
> You see when in excel you select a plot and select all and increase the
> font letters or mark bold all the graph parametrization increases at the
> same time

Hi Jose,
Use the "cex.axis" argument with the plot function:

plot(1:10,cex.axis=2)

Jim



More information about the R-help mailing list