Description Usage Arguments Value Examples
This function prints a slice of a matrix
1
slice(matrix)
matrix
A matrix
prints it
1 2 3
set.seed(1) example<-matrix(rnorm(1000),nrow=100,ncol=10) slice(example)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.