Description Usage Arguments
View source: R/convert_bin.R
Helper matrix to read_bin_without_com.
read_bin_without_com
1
split_matrix(M, list_of_rows, list_of_cols)
M
matrix A matrix full of raw bytes.
matrix
list_of_rows
list The indices of rows to split (e.g. list(1:4, 5:8)).
list
list(1:4, 5:8)
list_of_cols
list The indices of columns to split. (e.g. list(0:3)).
list(0:3)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.