matrix.get_named_matrix_value | R Documentation |
Access matrix cells by row and column names
matrix.get_named_matrix_value(matrix_data, row_name, col_name)
matrix_data |
matrix. Matrix with data. |
row_name |
character. Row name in the matrix. |
col_name |
character. Column name in the matrix. |
Access matrix cells by row and column names.
vector. Matrix value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.