mat2df | R Documentation |
mat2df
converts a matrix mat
to a data frame.
mat2tbl
converts mat
to a tibble.
mat2df(mat, col.names = c("row", "col", "value"))
mat2tbl(mat, col.names = c("row", "col", "value"))
mat |
Matrix to convert. |
col.names |
Output column names.
Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.