powered by
Print the character representation of a QMatrix object.
# S3 method for QMatrix print(x, ...)
A QMatrix object.
Not used.
The character representation of the QMatrix object.
For more information see QMatrix.
QMatrix
# NOT RUN { # create a QMatrix object m<-QMatrix() # print the character representation print(m) # the same, but implicitly m # }
Run the code above in your browser using DataLab