Description Usage Arguments Value Author(s) See Also Examples
Return the character representation of a QMatrix object.
1 2 | ## S3 method for class 'QMatrix'
as.character(x, ...)
|
x |
A QMatrix object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see QMatrix
.
1 2 3 4 5 6 7 | # create a QMatrix object
m<-QMatrix()
# get the character representation
as.character(m)
# the same, but implicitly
m
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.