On 12/10/2012 07:01 AM, Johannes Graumann wrote:
Hi,
What goes wrong when the following error shows up:
Error in reconcilePropertiesAndPrototype(name, slots, prototype,
superClasses, :
No definition was found for superclass “sequencesuperclass” in the
specification of class “sequences”
Hi,
What goes wrong when the following error shows up:
> Error in reconcilePropertiesAndPrototype(name, slots, prototype,
> superClasses, :
> No definition was found for superclass “sequencesuperclass” in the
> specification of class “sequences”
Has this something to do with recursive class
On 01.10.2011 13:21, Omphalodes Verna wrote:
Hi everybody!
I have a matrix of class "myClass", for example:
myMat<- matrix(rnorm(30), nrow = 6)
attr(myMat, "class")<- "myClass"
class(myMat)
When I extract part of ''myMat'', the corresponding class ''myClass''
unfortunately disappear:
myMat
Hi everybody!
I have a matrix of class "myClass", for example:
myMat <- matrix(rnorm(30), nrow = 6)
attr(myMat, "class") <- "myClass"
class(myMat)
When I extract part of ''myMat'', the corresponding class ''myClass''
unfortunately disappear:
myMat.p <- myMat[,1:2]
class(myMat.p)
Please for a
4 matches
Mail list logo