Skip to content
Prev 139613 / 398506 Next

Overloading %*%

Spencer Graves wrote:
Use the 'classes' argument to showMethods, either with or without a 
function as first argument.
use includeDef=TRUE with showMethods, or getMethod to get a specific 
method, or, for some fun, selectMethod to find the method to which 
object dispatch occurs. I'm not sure how to dump the method to a file.

Martin