powered by
Summarize the properties of an object.
# S3 method for QMatrix summary(object, ...)
An object
Not used.
Returns a PSRootSummary object.
For more information see QMatrix.
QMatrix
# NOT RUN { # create an object a<-QMatrix(alphabet=BinaryAlphabet(), rate.list=list("0->1"=1,"1->0"=3)) # get a summary summary(a) # }
Run the code above in your browser using DataLab