Re: [R] change the panel name in xyplot

2008-09-22 Thread Henrique Dallazuanna
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 <[EMAIL PROTECTED]> wrote: > Hi, > > I try to change the panel name in a xyplot w

[R] change the panel name in xyplot

2008-09-22 Thread Ronaldo Reis Junior
Hi, I try to change the panel name in a xyplot without success. Look this example from xyplot manual: xyplot(Murder ~ Population | state.region,data=states) The panel title are: Northeast, South, North Central, West, that are factor from state.region. I need do change some names and, for exam