Displaying 1 result from an estimated 1 matches for "updateclass".
2009 May 13
1
question about setClass
Hi R People:
I have a question about setClass please. I'm working thru "R
Programming for Bioinformatics".
Actually, I was wondering if there is such a thing as an updateClass,
in order to change a "contains" option, please?
that is, if I had
setClass("dog",
representation(name="character",paws="numeric",tail="character"))
Fair enough.
Later I want to have a class called "pets".
setClass("pets",r...