Skip to content
Prev 52354 / 63421 Next

c(<Matrix>, <Matrix>) / help(dotsMethods) etc

(Brief reply, I'm traveling but as per below, this is on my radar right now so wanted to comment.)

Two points regarding "dotsMethods".

1.  To clarify the limitation.  It's not that all the arguments have to be of the same class, but there must be one class that they belong to or subclass.  (So, as in the example in the documentation, the method could be defined for a class union or other virtual class that all the actual arguments inherit from.)

2.  The current documentation is a mess.  In common with lots of other very old documentation.  I'm in the process of rewriting a large chunk of the documentation including that for dotsMethods.  Sometime in the next few weeks, I hope to have it coherent enough to commit.

So far, I'm not trying to change any significant aspects of the code, including for "..." methods, which seem to do roughly what was intended.

John
On Sep 10, 2016, at 8:27 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: