Re: [R] About the method dispatch mechanism

2009-11-30 Thread Sharpie
Peng Yu wrote: > > I see the follow explanation in help(cbind). I don't understand what > the dispatch mechanism is. Could you point me what document or > reference I should read? > > The method dispatching is _not_ done via 'UseMethod()', but by > C-internal dispatching. Therefore, t

[R] About the method dispatch mechanism

2009-11-30 Thread Peng Yu
I see the follow explanation in help(cbind). I don't understand what the dispatch mechanism is. Could you point me what document or reference I should read? The method dispatching is _not_ done via 'UseMethod()', but by C-internal dispatching. Therefore, there is no need for, e.g.,