matrix_to_long | R Documentation |
NA values are removed from output
matrix_to_long(
mat,
value_name = "value",
column_name = "sample",
row_name = "sequence"
)
mat |
a matrix |
value_name |
target column name for the values |
column_name |
target column name for the row names |
row_name |
target column name for the column names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.