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