Re: [R] Variable names in lattice XY-plot

2009-07-03 Thread ukoenig
Thanks a lot Baptiste and Deepayan! That was very helpful-things can be so easy... -Udo Quoting Deepayan Sarkar : On Fri, Jul 3, 2009 at 1:02 PM, baptiste auguie wrote: ?strip.custom p <- xyplot(acet+chol+ino+acetp ~ zp, group=grp, data=data, type="l", scales=list(rela

Re: [R] Variable names in lattice XY-plot

2009-07-03 Thread Deepayan Sarkar
On Fri, Jul 3, 2009 at 1:02 PM, baptiste auguie wrote: > ?strip.custom > > > p <- > xyplot(acet+chol+ino+acetp ~ zp, > group=grp, > data=data, > type="l", > scales=list(relation="free"), > auto.key=list(title=" >> >> Neurotransmitters", border=TRUE)) > > > > update(p, strip

Re: [R] Variable names in lattice XY-plot

2009-07-03 Thread baptiste auguie
?strip.custom p <- xyplot(acet+chol+ino+acetp ~ zp, group=grp, data=data, type="l", scales=list(relation="free"), auto.key=list(title=" > > Neurotransmitters", border=TRUE)) update(p, strip=strip.custom(factor.levels=letters[1:4])) HTH, baptiste 2009/7/3 >