print.q_matrix {edina} | R Documentation |
Custom print method for the Q Matrix Object.
## S3 method for class 'q_matrix'
print(x, ...)
x |
An |
... |
Additional methods passed onto the |
An invisible matrix
without the q_matrix
class displayed as a part
of the output displayed.
# Q matrix values
x = matrix(c(1, 0, 0, 1), nrow = 2)
# Show Q matrix structure
q_matrix(x)