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