get_pair_matrix | R Documentation |
Subset a matrix as a vector using row and column positions
get_pair_matrix(m, rows, cols)
m |
a matrix object |
rows |
row positions, either as indices or matches to row names |
cols |
row positions, either as indices or matches to row names |
a vector with values extracted from m at [rows/cols]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.