Description Usage Arguments Value Examples
Get chunked sets of row-wise or column-wise indices of a matrix
1 | getMatrixBlocks(mat, chunk.size = 100000, by.row = TRUE, by.col = FALSE)
|
mat |
Input matrix |
chunk.size |
The size of the chunks to use for coercion |
by.row |
Whether to chunk in a row-wise fashion |
by.col |
Whether to chunk in a column-wise fashion |
A set of chunked indices
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.