Description Usage Arguments Value See Also Examples
Reformat a matrix int oa tbl_df table
1 | matrix_to_tbl_df(a_matrix, row_name, col_name, value_name)
|
a_matrix |
a matrix |
row_name |
name of output column where row names of |
col_name |
name of output column where column names of |
col_name |
name of output column where values from |
a tbl_df object with columns matching the row names, column names and values of a_matrix
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.