Skip to content
Prev 156784 / 398506 Next

change the panel name in xyplot

Try this:

xyplot(Murder ~ Population | state.region,
       data = states,
       strip = strip.custom(factor.levels = c(expression(italic(A)),
"B",  "C",  "D")))
On Mon, Sep 22, 2008 at 4:33 PM, Ronaldo Reis Junior <chrysopa at gmail.com> wrote: