[R] Lattice: shifting strips to left of axes

Michael Hoffman b3i4old02 at sneakemail.com
Tue Jul 3 04:24:20 CEST 2007


Consider this plot:

xyplot(mpg ~ disp | cyl, mtcars, strip=F, strip.left=T, layout=c(1, 3),
        scales=list(relation="free"),
        par.settings=list(strip.background=list(col="transparent")))

I want to have the "cyl" strip labels on the left side of the axis. Is 
this possible?

Failing that, is it possible to remove the left axis and display it on 
the right instead, despite relation="free"?
-- 
Michael Hoffman



More information about the R-help mailing list