print.q_matrix {edina} | R Documentation |
Printing out a Q Matrix Object
Description
Custom print method for the Q Matrix Object.
Usage
## S3 method for class 'q_matrix'
print(x, ...)
Arguments
x |
An |
... |
Additional methods passed onto the |
Value
An invisible matrix
without the q_matrix
class displayed as a part
of the output displayed.
See Also
Examples
# Q matrix values
x = matrix(c(1, 0, 0, 1), nrow = 2)
# Show Q matrix structure
q_matrix(x)
[Package edina version 0.1.1 Index]