Skip to content
Prev 362062 / 398506 Next

> Understanding strip.default & strip.custom

It's a vector of **length** 1, not **value** 1. In your case it gives
the index (1 to 12) of the level being drawn in the panel, which is
used to draw the strip according to other strip parameters, esp.
style.

You seem to be making this way more difficult than you should.
strip.default is the **function** being used to draw the strips in
each panel. Generally speaking, you should not have to mess with
arguments like which.panel and should probably use strip.custom()
instead.  Do carefully go through the examples in ?strip and ?xyplot.
That may help.

Cheers,
Bert
Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Jun 27, 2016 at 7:59 PM, p_connolly <p_connolly at slingshot.co.nz> wrote: