On Thu, 21 Apr 2005, Ali - wrote:
> I guess the context says you cannot have something like this in S4:
> >setGeneric("testFun", function(...)
> + standardGeneric("testFun"))

But what is wrong with:

setGeneric("testFun", function(object, ...))

Keeping in mind that 'object' is the actual instantiated object of the
class which you wish to operate on.  I guess I don't see how that aspect
is a problem?

______________________________________________
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to