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