[R] lattice

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Thu Apr 18 14:36:44 CEST 2002


On Thu, 18 Apr 2002, Pedro J. Aphalo wrote:

> I cannot find the equivalent of cex.axis for lattice.
>
> How does one change the size of the labels of the axis tick marks in
> xyplot et al.?
>
> Thanks in advance for any help.
>
> Pedro.
>
> p.s.: I looked in the FAQ and Trellis manual, but I diidn't find an
> answer... so I hope I am not asking about something obvious.

It's done via the Trellis argument `scales' in Trellis.  That seems to
work in lattice too:

xyplot(rnorm(10) ~ rnorm(10), scales=list(cex=2))

That is on the help page for xyplot in lattice (and ?trellis.args in
Trellis).

-- 
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 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list