split_matrix: Splits a matrix by row and column indices

View source: R/convert_bin.R

split_matrixR Documentation

Splits a matrix by row and column indices

Description

Helper matrix to read_bin_without_com.

Usage

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


Caliper-Corporation/caliperR documentation built on May 30, 2024, 2:35 p.m.