search for: panelfunction

Displaying 2 results from an estimated 2 matches for "panelfunction".

Did you mean: mypanelfunction
2006 Jan 31
0
lattice: combining panel.xyplot with panel.abline - is this possible?
...=function(x,y,...){ panel.xyplot(x,y) } ) Then, I would additionally like to have two vertical lines in each panel, and these are defined by cm1 and cm2. My understanding of xyplot is that id will give a partitioning of data into subsets, so I expected to be able to get each subset into the panelfunction and from there I can extract cm1 and cm2 and call panel.abline(a,b)... 1) Is that possible? 2) Are there other ways of achieving what I want? Appologies if this is trivial... Best regards S??ren
2006 Jan 31
0
lattice: combining panel.xyplot with panel.abline - is thispossible?
...} > ) > > > Then, I would additionally like to have two vertical lines in > each panel, and these are defined by cm1 and cm2. My > understanding of xyplot is that id will give a partitioning > of data into subsets, so I expected to be able to get each > subset into the panelfunction and from there I can extract > cm1 and cm2 and call panel.abline(a,b)... > > 1) Is that possible? > 2) Are there other ways of achieving what I want? > > Appologies if this is trivial... > > Best regards > > S??ren > > _____________________________________...