gather_matrix | R Documentation |
Gather the destinations of a Origin-Destination matrix
gather_matrix(matrix, value_name = NULL)
matrix |
An R matrix with row and column names or indices |
value_name |
A character string identifying the name of the value column in the output data_frame |
A tibble
with row and column ids and matrix values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.