Skip to content
Prev 180379 / 398502 Next

Strip labels: use xyplot() to plot columns in parallel with outer=TRUE

On 5/9/09, John Maindonald <john.maindonald at anu.edu.au> wrote:
Didn't you mean

xyplot(form, data=df, outer=TRUE,
       strip=strip.custom(strip.names=TRUE,
                          var.name="Add error with SD", sep=expression(" = "),
                          factor.levels=as.expression(lab2)))

? (Seems to work.)

-Deepayan