Displaying 1 result from an estimated 1 matches for "tp4468837p4469145".
2012 Mar 13
2
Definition of generic function for subclasses
Hi,
I am working on a project, which contains S4 classes and subclasses. Lets
assume the following organisation:
A: S4 Class
B,C: inherit from A
D,E,F,G: inherit from B
H,I: inherit from C
I want to define now a generic function, which returns me the name of the
class. I can now write the function with "A" in the signature. Is there any
reason to write the function for B,C, D,E,... with