Skip to content
Prev 156869 / 398506 Next

xyplot problem

Is this what you want?

xyplot(y~x | grp,
	panel = function(x, y, ...){
	panel.xyplot(x, y, cex = 1:3, pch = 19, col = 2:5)
	})
On Tue, Sep 23, 2008 at 10:27 AM, Pascal A. Niklaus <pniklaus at ethz.ch> wrote: