[R] Size of label axis

David Winsemius dwinsemius at comcast.net
Sun May 5 01:40:44 CEST 2013


On May 4, 2013, at 3:24 PM, 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
> 
> 	[[alternative HTML version deleted]]

The base plotting model is not object oriented, but you are welcome to study either the lattice or the ggplot2 pltting paradigms that are:

?par
?axis

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


-- 
David Winsemius
Alameda, CA, USA



More information about the R-help mailing list