[R] lattice question
Prof Brian Ripley
ripley at stats.ox.ac.uk
Mon Aug 25 13:36:33 CEST 2003
?xyplot, look at `scales' and in particular how to rotate axis labels.
as in
xyplot(sunspot ~ 1:37 ,type = "l", aspect="xy",
scales = list(x=list(rot=45), y = list(log = TRUE)),
sub = "log scales")
On Mon, 25 Aug 2003, Mahbub Latif wrote:
> Hi,
>
> I want to use (similar to) las options in lattice
> (bwplot) plot. Actually I want to have x-axis labels
> as vertical instead of default horizontal.
>
> Thanks in advance for your help.
>
> Mahbub
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>
--
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