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