get_pair_matrix_coor | R Documentation |
Convert matrix row/column positions to vector position
get_pair_matrix_coor(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 containing the numeric position at [rows,cols]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.