Skip to content
Prev 105538 / 398506 Next

background color in strip.custom()

One way is to use the argument par.settings

get the right name

names(trellis.par.get())

or

str(trellis.par.get())

to find the list names to change

then

xyplot(y ~ x | f,
           par.settings = list(strip.background = list(col = c(your colours)) )


Regards

Duncan

Duncan Mackay
Department of Agronomy and Soil Science
University of New England
ARMIDALE NSW 2351
Email: dmackay9 at pobox.une.edu.au
   home: mackay at northnet.com.au
Phone: 02 6772 9794
At 20:01 04/12/06, you wrote: