Skip to content

Find S4 Generic?

3 messages · Brian Ripley, Spencer Graves

#
How can I get the R code for "E" in the "distrEx" package?  The 
function call 'dumpMethods("E", "E.R")' created "E.R" in the working 
directory.  Unfortunately, it apparently contains 0 bytes. 

      Thanks,
      Spencer Graves
#
Do you want E (type 'E') or its methods (getMethods(E) works for me)?
On Sun, 17 Dec 2006, Spencer Graves wrote:

            
See ?dumpMethods: you need to specify 'where' (as it says you may).
#
Dear Prof. Ripley: 

      Thanks very much.  That works.  I got stuck on the help page for 
"dumpMethods" and failed to check "See Also". 

      Best Wishes,
      Spencer Graves
Prof Brian Ripley wrote: