[R] changing axis font size in a pairs plot?

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue Dec 2 17:39:50 CET 2003


par(cex.axis=0.5)
data(iris)
pairs(iris[1:4])

seems to work for me, although ideally

pairs(iris[1:4], cex.axis=0.5) would work.

On Tue, 2 Dec 2003, Rob Knell wrote:

> Can anyone let me know how I might change the size of the numbers on the
> axes in a pairs plot? The normal cex.axis call doesn't do anything,
> cex.labels only seems to change the font size in the diagonal labels. Using
> R 1.8.0 on a Mac with OS X.3.


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list