search for: functiondispatch

Displaying 2 results from an estimated 2 matches for "functiondispatch".

2009 Nov 18
1
Method dispatch for function
How can I determine what S3 method will be called for a particular first-argument class? I was imagining something like functionDispatch('str','numeric') => utils:::str.default , but I can't find anything like this. For that matter, I was wondering if anyone had written a version of `methods` which gave their fully qualified names if they were not visible, e.g. methods('str') => utils:::str.da...
2009 Nov 18
1
Method dispatch for function
How can I determine what S3 method will be called for a particular first-argument class? I was imagining something like functionDispatch('str','numeric') => utils:::str.default , but I can't find anything like this. For that matter, I was wondering if anyone had written a version of `methods` which gave their fully qualified names if they were not visible, e.g. methods('str') => utils:::str.da...