Skip to content
Prev 317665 / 398506 Next

2 setGeneric's, same name, different method signatures

Earlier you wrote
and here mention "intra-class name clashes" (I'm not sure what you
mean by this).

In R, classes do not "own" (or contain) generic functions.  They can supply
methods for generic functions but a generic function is an object that
exists outside of any class.  C++ and Java do things differently.

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com