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
______________________________________________
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.