split_matrix: Splits a matrix by row and column indices

Description Usage Arguments

View source: R/convert_bin.R

Description

Helper matrix to read_bin_without_com.

Usage

1
split_matrix(M, list_of_rows, list_of_cols)

Arguments

M

matrix A matrix full of raw bytes.

list_of_rows

list The indices of rows to split (e.g. list(1:4, 5:8)).

list_of_cols

list The indices of columns to split. (e.g. list(0:3)).


dkyleward/caliperR documentation built on Dec. 31, 2021, 7:11 p.m.