cpp_matrix_subsetting | R Documentation |
Subsetting of R matrices within c++.
cpp_matrix_subsetting(m, bic)
m |
A numeric matrix |
bic |
A bicluster object. |
Matrix subset.
cpp_matrix_subsetting(matrix(seq(1:16), nrow=4), bicluster(row=c(1,2), column=c(1,2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.