Skip to content
Prev 139628 / 398506 Next

Overloading %*%

SpG> Dear Martin: This is wonderful.  Thank you very much.

    SpG>       It would be a great help if your suggestions
    SpG> could be added to "See Also" and "Examples" for
    SpG> "methods".

?methods has had for years 

  >> Note:
  >> 
  >>      This scheme is called _S3_ (S version 3).  For new projects, it is
  >>      recommended to use the more flexible and robust _S4_ scheme
  >>      provided in the 'methods' package.  Functions can have both S3 and
  >>      S4 methods, and function 'showMethods' will list the S4 methods
  >>      (possibly none).

and so has a link to 'showMethods'.  Since it seems that is overlooked,
I'll add it to 'See also' as well.

Adding an example to 'Examples' is a bit more awkward, 
since it needs to load the methods package;
but I'll add a "don't run" example.

Martin Maechler, ETH Zurich