Skip to content
Prev 18038 / 63424 Next

extending lattice to S4 classes

I think you are confusing us:  xyplot is an S3 generic with no 'data' 
argument.  It is xyplot.formula that you want to add dispatch on its 
'data' argument.  I don't really see why you want to mix S3 and S4 
systems, but you could make xyplot.formula an S3 or S4 generic and 
dispatch on 'data', just as you did earlier with xyplot.

Other xyplot methods need not (and probably do not) have a 'data' 
argument.
On Fri, 14 Oct 2005, ernesto wrote: