> 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") ->
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
2 matches
Mail list logo