slice: Slice

View source: R/gsea.R

sliceR 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)

corto documentation built on March 31, 2023, 9:25 p.m.