See the "scales" argument in ?xyplot, which has:
scales: list determining how the x- and y-axes (tick marks and
labels) are drawn. The list contains parameters in name=value
form, and may also contain two other lists called 'x' and
'y'
of the same form (described below). Components of 'x' and
'y'
affect the respective axes only, while those in 'scales'
affect both. (When parameters are specified in both lists,
the values in 'x' or 'y' are used.) The components are
:
[...]
cex: factor to control character sizes for axis labels. Can
be a vector of length 2, to control left/bottom and right/top
separately.
HTH,
Andy
> -----Original Message-----
> From: r-help-bounces+andy_liaw=merck.com at stat.math.ethz.ch
> [mailto:r-help-bounces+andy_liaw=merck.com at stat.math.ethz.ch]
> On Behalf Of Joerg Schaber
> Sent: Tuesday, December 09, 2003 7:12 AM
> To: r-help at stat.math.ethz.ch
> Subject: [R] levelplot parameters
>
>
> Hi,
>
> I have a levelplot with one panel. I just can't find out how I can
> manipulate the size of the axis lables. e.g. scales.cex
> doesn't work,
> the usual par-parameters either.
> Any hint?
>
> joerg
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>