Re: [R] Use different panel functions with lattice

2012-03-10 Thread ilai
Inline On Sat, Mar 10, 2012 at 1:47 PM, Balaitous wrote: > Le samedi 10 mars 2012 à 12:25 -0700, ilai a écrit : >> On Sat, Mar 10, 2012 at 9:33 AM, Balaitous wrote: > > Var1 and Var2 are 2 two different observed variables (with different scales) You might want to consider scales=list(y=list(rel

Re: [R] Use different panel functions with lattice

2012-03-10 Thread ilai
On Sat, Mar 10, 2012 at 9:33 AM, Balaitous wrote: > Hi, > > I have a data.frame df with > names(df) = c("Var1", "Var2", "Var3", "Var4") > > and I plot data with > > xyplot(Var1+Var2~Var3|Var4, data=df) > > I want to use different panel functions for Var1 and Var2. > How can I do ? You didn't spec