search for: subsubb

Displaying 1 result from an estimated 1 matches for "subsubb".

Did you mean: subsub
2007 Mar 31
1
Problem with S4 inheritance: unexpected re-initialization?
...ClassA",filename="OutSubA",filedir="/Volumes/CoreData/CRAN/Workspaces/rclasspkg",mytitle="TitleSubA") > subsubA <- new("SubSubClassA",filename="MyFileName",filedir="/Volumes/CoreData/CRAN/Workspaces/rclasspkg",subA=subA) > subsubB <- new("SubSubClassB",filename="MyFileNameB",filedir="/Volumes/CoreData/CRAN/Workspaces/rclasspkg",subA=subA) Creating subsubA works fine and gives the correct result: > subsubA <- new("SubSubClassA",filename="MyFileName",filedir="...