powered by
Check if an object is an instance of the QMatrix class.
# S3 method for default is.QMatrix(this, ...)
An object.
Not used.
TRUE or FALSE.
For more information see QMatrix.
QMatrix
# NOT RUN { # create some objects m<-QMatrix() p<-Process() # chek if they inherit from QMatrix is.GeneralSubstitution(m) is.GeneralSubstitution(p) # }
Run the code above in your browser using DataLab