On Tue, Oct 5, 2010 at 4:45 PM, Thomas Lumley <tlum...@uw.edu> wrote: > You could define > > args4<-function(generic, signature) args(getMethod(generic,signature)) > and > body4<-function(generic, signature) body(getMethod(generic,signature)) > > or use selectMethod() instead of getMethod() if you want to find > inherited methods. > > -thomas
Thanks Professor Lumley, this is sufficient. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel