Re: [R] Question about panel.points

2008-09-17 Thread Richard . Cotton
> I'm trying to plot graphs using lattice with this script : > > xyplot(Y ~ X | factmod, > panel = function(x, y) { > panel.grid(h=-1, v=-1, col="gray") > panel.xyplot(x, y, type="p", pch=20) > panel.points(50,Idata, data=devdata, col="red") ->

[R] Question about panel.points

2008-09-17 Thread Ptit_Bleu
Hello, I'm trying to plot graphs using lattice with this script : xyplot(Y ~ X | factmod, panel = function(x, y) { panel.grid(h=-1, v=-1, col="gray") panel.xyplot(x, y, type="p", pch=20) panel.points(50,Idata, data=devdata, col="red") -> this