Skip to contents

Extract a submatrix corresponding to a segment from a matrix

Usage

extract_cell_segments(mat, cell)

Arguments

mat

A matrix to process.

cell

A character string indicating the segment to extract.

Value

A submatrix of the provided matrix.