[R] impose points on lattice plot

2007-03-27 Thread Luis Ridao Cruz
R-help, I'm using the lattice package to plot 2 variables (vekt ~ aldur) conditioned to a third (kyn * 2 categories). I use the following: xyplot(vekt ~ aldur|kyn, , data = sexSu) I want to superimpose the average(vekt) by 'aldur' conditioned to kyn by using something like:

Re: [R] impose points on lattice plot

2007-03-27 Thread Sundar Dorai-Raj
Luis Ridao Cruz said the following on 3/27/2007 6:15 AM: R-help, I'm using the lattice package to plot 2 variables (vekt ~ aldur) conditioned to a third (kyn * 2 categories). I use the following: xyplot(vekt ~ aldur|kyn, , data = sexSu) I want to superimpose the average(vekt) by

Re: [R] impose points on lattice plot

2007-03-27 Thread Deepayan Sarkar
On 3/27/07, Sundar Dorai-Raj [EMAIL PROTECTED] wrote: Luis Ridao Cruz said the following on 3/27/2007 6:15 AM: R-help, I'm using the lattice package to plot 2 variables (vekt ~ aldur) conditioned to a third (kyn * 2 categories). I use the following: xyplot(vekt ~ aldur|kyn, ,