slice {corto} | R Documentation |
Slice
Description
This function prints a slice of a matrix
Usage
slice(matrix)
Arguments
matrix |
A matrix |
Value
A visualization of the first 5 rows and columns of the input matrix
Examples
set.seed(1)
example<-matrix(rnorm(1000),nrow=100,ncol=10)
slice(example)
[Package corto version 1.2.4 Index]