topright | R Documentation |
Print topright of matrix
topright(M, nView = 5)
M |
matrix to view |
nView |
Number of rows/cols to view |
print matrix
M <- diag(1:12)
topright(M)
topright(M, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.