[R] S4: Multiple inheritance

Christophe Genolini cgenolin at u-paris10.fr
Tue Mar 23 10:31:10 CET 2010


Hi all,

Working with S4 object, I definine two class foo1 and foo2. I define '[' 
(resp. '[<-') for the two classes.
Then I define a third class foo3 that inherit from both foo1 and foo2.
Is there a way to make '[' (resp. '[<-') for foo3 inherit from '[' 
(resp. '[<-')  for foo1 and foo2?

Thanks
Christophe



More information about the R-help mailing list