matrix_head | R Documentation |
View upper left head of a matrix. Analog to base R head() function for matrix
matrix_head(M, n = 10, round_integer = NA)
M |
matrix |
n |
number of rows/cols to print (default is 10) |
round |
specify an integer to pass to the round function |
prints M[1:n, 1:n]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.