slice | R Documentation |
This function prints a slice of a matrix
slice(matrix)
matrix |
A matrix |
A visualization of the first 5 rows and columns of the input matrix
set.seed(1)
example<-matrix(rnorm(1000),nrow=100,ncol=10)
slice(example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.