Skip to content
Prev 15881 / 63461 Next

Overloading methods in R

On Thu, 21 Apr 2005, Ali - wrote:
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?