[R] lattice: placing y-axis labels on right-hand side of panel when relation="sliced"

Deepayan Sarkar deepayan.sarkar at gmail.com
Mon Dec 10 23:51:58 CET 2007


On 12/10/07, John G. Bullock <john.bullock at aya.yale.edu> wrote:
>
> >        I'm using lattice to create a multi-panel figure.  I would like
> > to draw each panel's y-axis ticks and labels on the right-hand
> > side of the panel.  Ordinarily, I would do this by specifying
> > scales=list(y=list(draw=T, alternating=2)).  But in this case, I am
> > using relation="sliced" to determine the y-axis limits.  So
> > "alternating" is ignored.  Is there any way -- short of using grid
> > functions -- to place the y-axis ticks and labels on the right-hand
> > sides of these panels?
>
> panel.axis() is what I had in mind.

You might consider the 'axis' argument (see ?axis.default). The main
catch is that you will need to allocate the space explicitly.

-Deepayan



More information about the R-help mailing list