Hi
Wladimir Eremeev wrote:
> Dear r-help,
>
> Attached is the fragment of the lattice plot, produced with xyplot
> function.
> Data were drawn for all months of a year except December.
> xyplot was called with parameters
> layout=c(3,4)
> scales=list(x=list(alternating=1),y=list(alternating=1))
>
> Because of the hole in the bottom right, caused by the absence of
> the December, right column of plots has no x axis.
>
> Is it possible to produce it using xyplot?
Does the following do what you want?
xyplot(<whatever>)
trellis.focus("panel", 4, 2, clip.off=TRUE, highlight=FALSE)
panel.axis("bottom", check.overlap=TRUE, outside=TRUE)
(it would be easier to help if you could provide code that others can run)
Paul
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul@(protected)
http://www.stat.auckland.ac.nz/~paul/
______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html