Displaying 1 result from an estimated 1 matches for "r51168".
Did you mean:
51168
2010 Mar 01
1
Method dispatch
Dear all,
In a package, I defined a method for "summary" using setMethod(summary, signature="abc") for my class "abc", but when the package is loaded, the function "summary(x)" where x is of class "abc" seems to have called the default summary function for "ANY" class. Shouldn't it call the method I have defined? How could I get