split_cm: Splits a matrix by rows and columns

Description Usage Arguments

View source: R/matrix_functions.R

Description

Take a matrix or list of matrices and split then based on the row and column values provided

Usage

1
split_cm(mat, i = 0, row = 4:9, col = 4:9, ...)

Arguments

mat

matrix

i

the element in the list to use if mat is a list of matrices

row

a value or range 1:3 of the rows to filter by

column

a value or range 1:3 of the rows to filter by


jarvisc1/CoMix documentation built on April 24, 2020, 2:06 a.m.